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


Constructor Index

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

Constructors

 o StateNotFoundException
 public StateNotFoundException()
initializes the exception

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