org.jactr.core.production.action
Class IllegalActionStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.jactr.core.production.action.IllegalActionStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalActionStateException
extends java.lang.IllegalStateException

thrown when an IAction screws up

Author:
harrison
See Also:
Serialized Form

Constructor Summary
IllegalActionStateException(java.lang.String message)
          Constructor for the IllegalActionStateException object
IllegalActionStateException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalActionStateException

public IllegalActionStateException(java.lang.String message)
Constructor for the IllegalActionStateException object

Parameters:
message - Description of the Parameter

IllegalActionStateException

public IllegalActionStateException(java.lang.String message,
                                   java.lang.Exception e)