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
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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()