|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ptolemy.kernel.util.KernelRuntimeException
ptolemy.kernel.util.InvalidStateException
ptolemy.graph.GraphInvalidStateException
public class GraphInvalidStateException
Exception for graph invalid state action errors. This exception is thrown when an object has a state that is not permitted. This is a RuntimeException and thus need not be declared by a method.
| Red (ssb) |
| Red (myko) |
| Constructor Summary | |
|---|---|
GraphInvalidStateException(java.lang.String message)
Construct an exception with a detail message. |
|
GraphInvalidStateException(java.lang.Throwable cause,
java.lang.String detail)
Construct an exception with a detail message that includes the name of the first argument, the cause and the third argument string. |
|
| Method Summary |
|---|
| Methods inherited from class ptolemy.kernel.util.KernelRuntimeException |
|---|
_setCause, _setMessage, getCause, getMessage, getNameables, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GraphInvalidStateException(java.lang.String message)
message - Detailed description of the error.
public GraphInvalidStateException(java.lang.Throwable cause,
java.lang.String detail)
cause - The cause of this exception.detail - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||