org.jicengine.element
Class ElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jicengine.util.ChainedRuntimeException
org.jicengine.element.ElementException
- All Implemented Interfaces:
- java.io.Serializable
- public class ElementException
- extends ChainedRuntimeException
- Author:
- .timo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ElementException
public ElementException(java.lang.String message,
java.lang.String elementName,
Location location)
ElementException
public ElementException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String elementName,
Location location)
ElementException
public ElementException(java.lang.Throwable cause,
java.lang.String elementName,
Location location)