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


Constructor Index

 o StateExistsException()
initializes the exception
 o StateExistsException(String)
initializes the exception with the given message

Constructors

 o StateExistsException
 public StateExistsException()
initializes the exception

 o 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
1