All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.Node.StateEmptyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----magician.Node.StateEmptyException

public class StateEmptyException
extends Exception
Exception thrown when user attempts to access state that is empty


Constructor Index

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

Constructors

 o StateEmptyException
 public StateEmptyException()
initializes the exception

 o StateEmptyException
 public StateEmptyException(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