net.dpml.state
Class StateBuilderRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.dpml.state.StateBuilderRuntimeException
All Implemented Interfaces:
Serializable

public class StateBuilderRuntimeException
extends RuntimeException

Exception thrown when an error occurs during state graph construction.

Version:
1.2.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
StateBuilderRuntimeException(String message)
          Construct a new StateBuilderRuntimeException instance.
StateBuilderRuntimeException(String message, Throwable cause)
          Construct a new StateBuilderRuntimeException instance.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateBuilderRuntimeException

public StateBuilderRuntimeException(String message)
Construct a new StateBuilderRuntimeException instance.

Parameters:
message - the exception message

StateBuilderRuntimeException

public StateBuilderRuntimeException(String message,
                                    Throwable cause)
Construct a new StateBuilderRuntimeException instance.

Parameters:
message - the exception message
cause - the causal exception