package exceptions
Exceptions thrown.
- Alphabetic
- By Inheritance
- exceptions
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class JafplException extends RuntimeException
- trait JafplExceptionCode extends AnyRef
- class JafplLoopDetected extends JafplException
Value Members
- object JafplException extends Serializable
Just Another Fine Pipeline Language
This is a pipeline framework. It’s built on top of Akka actors to support arbitrary data flow pipelines. It is wholly agnostic to the kinds of data that flow through the pipelines and the implementations of the steps that process them.
See http://jafpl.com/ for more general information.