org.lightwolf
Class FlowSignalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lightwolf.FlowSignalException
All Implemented Interfaces:
Serializable

public class FlowSignalException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FlowSignalException(FlowSignal signal)
           
 
Method Summary
 Flow getFlow()
           
 Object getResult()
           
 FlowSignal getSignal()
           
 
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

FlowSignalException

public FlowSignalException(FlowSignal signal)
Method Detail

getSignal

public FlowSignal getSignal()

getFlow

public Flow getFlow()

getResult

public Object getResult()