|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalStateException jasi.sim.basic.element.ElementException jasi.sim.basic.element.DeleteNotSupportedException
public class DeleteNotSupportedException
Exception whenever the deletion of a simulation element is not supported, i.d., not allowed by the simulation model.
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 |
---|
public DeleteNotSupportedException(Element element)
element
- The element that was tried to be deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |