object JafplException extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JafplException
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val ABSTRACT_CONTAINER: Int
- val BAD_CONTAINER_END: Int
- val BAD_LOOP_INPUT_PORT: Int
- val BAD_PORT: Int
- val CHILD_FORBIDDEN: Int
- val CONFIG_CLOSED: Int
- val DIFF_GRAPHS: Int
- val DUP_CONTAINER_START: Int
- val DUP_INPUT_PORT: Int
- val DUP_OPTION_NAME: Int
- val DUP_OUTPUT_PORT: Int
- val DUP_PRIORITY_EDGE: Int
- val EMPTY_SOURCE_INPUT: Int
- val GRAPH_CLOSED: Int
- val INPUT_CARDINALITY_ERROR: Int
- val INPUT_PORT_MISSING: Int
- val INTERNAL_ERROR: Int
- val INVALID_CARDINALITY: Int
- val INVALID_CONFIG_VALUE: Int
- val INVALID_GRAPH: Int
- val INVALID_INPUTS: Int
- val INVALID_INPUT_PORT: Int
- val INVALID_OUTPUTS: Int
- val LOOP_IN_GRAPH: Int
- val NOT_RUNNING: Int
- val NO_BINDING: Int
- val NO_INPUT_ON_LOOP: Int
- val OUTPUT_CARDINALITY_ERROR: Int
- val READ_INSIDE_CONTAINER: Int
- val SINGLETON_CONTEXT_EXPECTED: Int
- val START_REDEF: Int
- val UNCONFIGURED: Int
- val UNDEFINED_STATIC: Int
- val UNEXPECTED_CARDINALITY: Int
- val UNEXPECTED_EXPRESSION_OBJECT: Int
- val UNEXPECTED_ITEM_TYPE: Int
- val UNEXPECTED_MESSAGE: Int
- val UNEXPECTED_SEQUENCE: Int
- val UNEXPECTED_STEP_TYPE: Int
- val UNEXPECTED_VALUE_OBJECT: Int
- val UNKNOWN_OPTION: Int
- val UNTIL_LOOP_TEST_REQUIRED: Int
- val USER_ABORT: Int
- val VARIABLE_BINDING_MISSING: Int
- val VARNAME_NOT_IN_SCOPE: Int
- val WATCHDOG_TIMEOUT: Int
- val WHILE_LOOP_TEST_REQUIRED: Int
- val WILDCARD_CARDINALITY: Int
-
def
abstractContainer(actor: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
badContainerEnd(expectedEnd: String, actualEnd: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
badLoopInputPort(port: String, step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
badPort(port: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
childForbidden(parent: String, child: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
configurationClosed(): JafplException
- Attributes
- protected[com.jafpl]
-
def
differentGraphs(from: String, to: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
dupContainerStart(start: String, dupStart: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
dupInputPort(port: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
dupOptionName(option: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
dupOutputPort(port: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
dupPriorityEdge(from: String, to: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
graphClosed(location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inputCardinalityError(port: String, count: String, spec: PortCardinality): JafplException
- Attributes
- protected[com.jafpl]
-
def
inputOnEmptySource(from: String, fromPort: String, toPort: String, item: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
internalError(msg: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidCardinality(port: String, cardinality: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidConfigurationValue(thing: String, value: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidGraph(): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidInputPort(port: String, step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidInputs(step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidOutputs(step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
invalidWildcardCardinality(): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
loopDetected(loop: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
noBindingFor(thing: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
noInputOnLoop(port: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
notRunning(): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
outputCardinalityError(port: String, count: String, spec: PortCardinality): JafplException
- Attributes
- protected[com.jafpl]
-
def
readInsideContainer(from: String, to: String, fromDepth: String, toDepth: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
requiredInputMissing(port: String, step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
requiredVariableBindingMissing(varname: String, step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
setUnknownOption(optname: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
singletonContextExpected(): JafplException
- Attributes
- protected[com.jafpl]
-
def
startRedefined(step: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unconfigured(thing: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
undefinedStatic(item: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpecteStepType(node: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpectedCardinality(step: String, port: String, cardinality: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpectedExpressionObject(expr: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpectedItemType(item: String, port: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpectedMessage(item: String, port: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpectedSequence(step: String, port: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
unexpectedValueObject(value: String): JafplException
- Attributes
- protected[com.jafpl]
-
def
untilLoopTestRequired(location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
def
userAbort(): JafplException
- Attributes
- protected[com.jafpl]
-
def
variableNotInScope(varname: String, to: String, location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
watchdogTimeout(): JafplException
- Attributes
- protected[com.jafpl]
-
def
whileLoopTestRequired(location: Option[Location]): JafplException
- Attributes
- protected[com.jafpl]
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.