jasi.sim.basic.element
Class ElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by jasi.sim.basic.element.ElementException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeleteNotSupportedException, ElementAlreadyDeletedException, ElementNotRegisteredException

public abstract class ElementException
extends java.lang.IllegalStateException

Exception whenever something went wrong during access of a simulation element.

See Also:
Serialized Form

Method Summary
 Element getElement()
          Get the element.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getElement

public Element getElement()
Get the element.

Returns:
The element.