org.jicengine.element
Class ElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jicengine.util.ChainedRuntimeException
                  extended byorg.jicengine.element.ElementException
All Implemented Interfaces:
java.io.Serializable

public class ElementException
extends ChainedRuntimeException

Author:
.timo
See Also:
Serialized Form

Constructor Summary
ElementException(java.lang.String message, java.lang.String elementName, Location location)
           
ElementException(java.lang.String message, java.lang.Throwable cause, java.lang.String elementName, Location location)
           
ElementException(java.lang.Throwable cause, java.lang.String elementName, Location location)
           
 
Methods inherited from class org.jicengine.util.ChainedRuntimeException
initCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)