Packages

  • package root

    Just Another Fine Pipeline Language

    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.

    Definition Classes
    root
  • package com

    The com package.

    The com package.

    Nothing to see here, keep going deeper.

    Definition Classes
    root
  • package jafpl

    The jafpl package.

    The jafpl package.

    Nothing to see here either, keep going deeper.

    Definition Classes
    com
  • package exceptions

    Exceptions thrown.

    Exceptions thrown.

    Definition Classes
    jafpl
  • JafplException
  • JafplExceptionCode
  • JafplLoopDetected

object JafplException extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JafplException
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ABSTRACT_CONTAINER: Int
  5. val BAD_CONTAINER_END: Int
  6. val BAD_LOOP_INPUT_PORT: Int
  7. val BAD_PORT: Int
  8. val CHILD_FORBIDDEN: Int
  9. val CONFIG_CLOSED: Int
  10. val DIFF_GRAPHS: Int
  11. val DUP_CONTAINER_START: Int
  12. val DUP_INPUT_PORT: Int
  13. val DUP_OPTION_NAME: Int
  14. val DUP_OUTPUT_PORT: Int
  15. val DUP_PRIORITY_EDGE: Int
  16. val EMPTY_SOURCE_INPUT: Int
  17. val GRAPH_CLOSED: Int
  18. val INPUT_CARDINALITY_ERROR: Int
  19. val INPUT_PORT_MISSING: Int
  20. val INTERNAL_ERROR: Int
  21. val INVALID_CARDINALITY: Int
  22. val INVALID_CONFIG_VALUE: Int
  23. val INVALID_GRAPH: Int
  24. val INVALID_INPUTS: Int
  25. val INVALID_INPUT_PORT: Int
  26. val INVALID_OUTPUTS: Int
  27. val LOOP_IN_GRAPH: Int
  28. val NOT_RUNNING: Int
  29. val NO_BINDING: Int
  30. val NO_INPUT_ON_LOOP: Int
  31. val OUTPUT_CARDINALITY_ERROR: Int
  32. val READ_INSIDE_CONTAINER: Int
  33. val SINGLETON_CONTEXT_EXPECTED: Int
  34. val START_REDEF: Int
  35. val UNCONFIGURED: Int
  36. val UNDEFINED_STATIC: Int
  37. val UNEXPECTED_CARDINALITY: Int
  38. val UNEXPECTED_EXPRESSION_OBJECT: Int
  39. val UNEXPECTED_ITEM_TYPE: Int
  40. val UNEXPECTED_MESSAGE: Int
  41. val UNEXPECTED_SEQUENCE: Int
  42. val UNEXPECTED_STEP_TYPE: Int
  43. val UNEXPECTED_VALUE_OBJECT: Int
  44. val UNKNOWN_OPTION: Int
  45. val UNTIL_LOOP_TEST_REQUIRED: Int
  46. val USER_ABORT: Int
  47. val VARIABLE_BINDING_MISSING: Int
  48. val VARNAME_NOT_IN_SCOPE: Int
  49. val WATCHDOG_TIMEOUT: Int
  50. val WHILE_LOOP_TEST_REQUIRED: Int
  51. val WILDCARD_CARDINALITY: Int
  52. def abstractContainer(actor: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  53. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  54. def badContainerEnd(expectedEnd: String, actualEnd: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  55. def badLoopInputPort(port: String, step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  56. def badPort(port: String): JafplException
    Attributes
    protected[com.jafpl]
  57. def childForbidden(parent: String, child: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  58. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  59. def configurationClosed(): JafplException
    Attributes
    protected[com.jafpl]
  60. def differentGraphs(from: String, to: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  61. def dupContainerStart(start: String, dupStart: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  62. def dupInputPort(port: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  63. def dupOptionName(option: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  64. def dupOutputPort(port: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  65. def dupPriorityEdge(from: String, to: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  66. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  67. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  68. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  69. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  70. def graphClosed(location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  71. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  72. def inputCardinalityError(port: String, count: String, spec: PortCardinality): JafplException
    Attributes
    protected[com.jafpl]
  73. def inputOnEmptySource(from: String, fromPort: String, toPort: String, item: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  74. def internalError(msg: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  75. def invalidCardinality(port: String, cardinality: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  76. def invalidConfigurationValue(thing: String, value: String): JafplException
    Attributes
    protected[com.jafpl]
  77. def invalidGraph(): JafplException
    Attributes
    protected[com.jafpl]
  78. def invalidInputPort(port: String, step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  79. def invalidInputs(step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  80. def invalidOutputs(step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  81. def invalidWildcardCardinality(): JafplException
    Attributes
    protected[com.jafpl]
  82. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  83. def loopDetected(loop: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  84. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  85. def noBindingFor(thing: String): JafplException
    Attributes
    protected[com.jafpl]
  86. def noInputOnLoop(port: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  87. def notRunning(): JafplException
    Attributes
    protected[com.jafpl]
  88. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  89. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  90. def outputCardinalityError(port: String, count: String, spec: PortCardinality): JafplException
    Attributes
    protected[com.jafpl]
  91. def readInsideContainer(from: String, to: String, fromDepth: String, toDepth: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  92. def requiredInputMissing(port: String, step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  93. def requiredVariableBindingMissing(varname: String, step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  94. def setUnknownOption(optname: String): JafplException
    Attributes
    protected[com.jafpl]
  95. def singletonContextExpected(): JafplException
    Attributes
    protected[com.jafpl]
  96. def startRedefined(step: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  97. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  98. def toString(): String
    Definition Classes
    AnyRef → Any
  99. def unconfigured(thing: String): JafplException
    Attributes
    protected[com.jafpl]
  100. def undefinedStatic(item: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  101. def unexpecteStepType(node: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  102. def unexpectedCardinality(step: String, port: String, cardinality: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  103. def unexpectedExpressionObject(expr: String): JafplException
    Attributes
    protected[com.jafpl]
  104. def unexpectedItemType(item: String, port: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  105. def unexpectedMessage(item: String, port: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  106. def unexpectedSequence(step: String, port: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  107. def unexpectedValueObject(value: String): JafplException
    Attributes
    protected[com.jafpl]
  108. def untilLoopTestRequired(location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  109. def userAbort(): JafplException
    Attributes
    protected[com.jafpl]
  110. def variableNotInScope(varname: String, to: String, location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]
  111. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  114. def watchdogTimeout(): JafplException
    Attributes
    protected[com.jafpl]
  115. def whileLoopTestRequired(location: Option[Location]): JafplException
    Attributes
    protected[com.jafpl]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped