jasi.sim.basic.element
Class DeleteNotSupportedException

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
                      extended by jasi.sim.basic.element.DeleteNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class DeleteNotSupportedException
extends ElementException

Exception whenever the deletion of a simulation element is not supported, i.d., not allowed by the simulation model.

See Also:
Serialized Form

Constructor Summary
DeleteNotSupportedException(Element element)
          Constructor for DeleteNotSupportedException.
 
Method Summary
 
Methods inherited from class jasi.sim.basic.element.ElementException
getElement
 
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
 

Constructor Detail

DeleteNotSupportedException

public DeleteNotSupportedException(Element element)
Constructor for DeleteNotSupportedException.

Parameters:
element - The element that was tried to be deleted.