palio.modules.hetman.exceptions
Class NoSuchTransitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.modules.hetman.exceptions.ProcessException
              extended by palio.modules.hetman.exceptions.NoSuchTransitionException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchTransitionException
extends ProcessException

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)
See Also:
Serialized Form

Constructor Summary
NoSuchTransitionException(Process process, java.lang.String message, State source, State destination)
           
 
Method Summary
 State getDestination()
           
 State getSource()
           
 
Methods inherited from class palio.modules.hetman.exceptions.ProcessException
getProcess
 
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

NoSuchTransitionException

public NoSuchTransitionException(Process process,
                                 java.lang.String message,
                                 State source,
                                 State destination)
Method Detail

getDestination

public State getDestination()

getSource

public State getSource()