org.apache.commons.graph.domain.statemachine.exception
Class StateMachineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.graph.exception.GraphException
                  extended by org.apache.commons.graph.domain.statemachine.exception.StateMachineException
All Implemented Interfaces:
java.io.Serializable

public class StateMachineException
extends GraphException

Description of the Class

See Also:
Serialized Form

Constructor Summary
StateMachineException()
          Constructor for the StateMachineException object
StateMachineException(java.lang.String msg)
          Constructor for the StateMachineException object
StateMachineException(java.lang.Throwable t)
          Constructor for the StateMachineException object
 
Method Summary
 
Methods inherited from class org.apache.commons.graph.exception.GraphException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateMachineException

public StateMachineException()
Constructor for the StateMachineException object


StateMachineException

public StateMachineException(java.lang.String msg)
Constructor for the StateMachineException object

Parameters:
msg -

StateMachineException

public StateMachineException(java.lang.Throwable t)
Constructor for the StateMachineException object

Parameters:
t -