com.hammurapi.flow.runtime.impl
Class FlowPathTooLongException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hammurapi.flow.runtime.FlowExecutionException
              extended by com.hammurapi.flow.runtime.impl.FlowPathTooLongException
All Implemented Interfaces:
Serializable

public class FlowPathTooLongException
extends FlowExecutionException

This exception is thrown when processing path exceeds specified limit.

Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
FlowPathTooLongException(String message, List<ProcessingPathElement> processingPath)
           
 
Method Summary
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowPathTooLongException

public FlowPathTooLongException(String message,
                                List<ProcessingPathElement> processingPath)
Method Detail

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable