com.hammurapi.flow.runtime.impl
Class FlowPathTooLongException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hammurapi.flow.runtime.FlowExecutionException
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
FlowPathTooLongException
public FlowPathTooLongException(String message,
List<ProcessingPathElement> processingPath)
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace in class Throwable