All Packages Class Hierarchy This Package Previous Next Index
Class magician.Node.StateExistsException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----magician.Node.StateExistsException
- public class StateExistsException
- extends Exception
Exception thrown when user attempts to create a named state that already exists
-
StateExistsException()
- initializes the exception
-
StateExistsException(String)
- initializes the exception with the given message
StateExistsException
public StateExistsException()
- initializes the exception
StateExistsException
public StateExistsException(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