All Packages Class Hierarchy This Package Previous Next Index
Class magician.Node.StateNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----magician.Node.StateNotFoundException
- public class StateNotFoundException
- extends Exception
Exception thrown when user attempts to access state that is not previusly created
-
StateNotFoundException()
- initializes the exception
-
StateNotFoundException(String)
- initializes the exception with the given message
StateNotFoundException
public StateNotFoundException()
- initializes the exception
StateNotFoundException
public StateNotFoundException(String s)
- initializes the exception with the given message
- Parameters:
- s - the message to be printed
All Packages Class Hierarchy This Package Previous Next Index