com.gos4j
Class GoalStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.gos4j.GoalStateException
All Implemented Interfaces:
java.io.Serializable

public class GoalStateException
extends java.lang.RuntimeException

This exception indicates a state transition error in Goal processing instructions.

Author:
Hugh@hughreid.com 27-May-2003
See Also:
Serialized Form

Constructor Summary
GoalStateException()
          Constructor for GoalStateException.
GoalStateException(java.lang.String arg0)
          Constructor for GoalStateException.
GoalStateException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for GoalStateException.
GoalStateException(java.lang.Throwable arg0)
          Constructor for GoalStateException.
 
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

GoalStateException

public GoalStateException()
Constructor for GoalStateException.


GoalStateException

public GoalStateException(java.lang.String arg0)
Constructor for GoalStateException.

Parameters:
arg0 -

GoalStateException

public GoalStateException(java.lang.String arg0,
                          java.lang.Throwable arg1)
Constructor for GoalStateException.

Parameters:
arg0 -
arg1 -

GoalStateException

public GoalStateException(java.lang.Throwable arg0)
Constructor for GoalStateException.

Parameters:
arg0 -