de.laures.cewolf.util
Class RenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.laures.cewolf.CewolfException
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
Field Summary |
private java.lang.Throwable |
wrapped
|
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 |
wrapped
private java.lang.Throwable wrapped
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)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable