net.dpml.state
Class UnknownTransitionException

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

public class UnknownTransitionException
extends Exception

Exception thrown when a request is made to apply a transition that is unknown relative to the target state.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
UnknownTransitionException(String transition)
          Construct a new UnknownTransitionException 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

UnknownTransitionException

public UnknownTransitionException(String transition)
Construct a new UnknownTransitionException instance.

Parameters:
transition - the transition name