de.laures.cewolf.util
Class RenderingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.laures.cewolf.CewolfException
              extended by de.laures.cewolf.util.RenderingException
All Implemented Interfaces:
java.io.Serializable

public class RenderingException
extends CewolfException

Thrown when an error during rendering occured.

Author:
glaures
See Also:
Serialized Form

Constructor Summary
RenderingException()
          Constructor for RenderingException.
RenderingException(java.lang.String msg)
          Constructor for RenderingException.
RenderingException(java.lang.Throwable ex)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderingException

public RenderingException()
Constructor for RenderingException.


RenderingException

public RenderingException(java.lang.String msg)
Constructor for RenderingException.

Parameters:
msg -

RenderingException

public RenderingException(java.lang.Throwable ex)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © {inceptionYear}-2008 null. All Rights Reserved.