p

bigglue

exceptions

package exceptions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CallNotAllowException extends ProtoPipeException

    This is generally thrown when a method was called on a receiver instance that does not handle that call

  2. class IncompatiblePipelineSegmentException extends ProtoPipeException

    This is thrown when an input/output DataStore checking routine has determined an incompatibility with the associated computation/platform

  3. class MalformedPipelineConfigException extends ProtoPipeException

    This is thrown when a configuration file checking routine has determined a problem in a configuration path

  4. class NotInitializedException extends ProtoPipeException

    This is thrown when the runtime attempts to call a pipeline operation that requires initialization, but the pipeline has not been initialized.

  5. class NotSupportedConfigFormatException extends ProtoPipeException

    This is generally thrown when a config loading routine encountered path patterns that are not supported by the current implementation

  6. class NotSupportedPipelineConfigException extends ProtoPipeException

    This is thrown when a configuration type supplied to a specific segment of the pipeline is not supported by the components of that segment.

    This is thrown when a configuration type supplied to a specific segment of the pipeline is not supported by the components of that segment. E.g., supplying Java utils properties configuration to Akka actor platform.

  7. class ProtoPipeException extends RuntimeException

    The generic exception class for ProtoPipe exceptions

  8. class UnexpectedPipelineException extends ProtoPipeException

    This is thrown at top-level pipeline try catch blocks.

    This is thrown at top-level pipeline try catch blocks. It means that some bad and unexpected has happened in the runtime.

  9. class UserComputationException extends ProtoPipeException

    This is thrown when an uncaught (by user) exception occurred in a user-defined computation

Value Members

  1. object ProtoPipeException extends Serializable

    Created by edmundlam on 8/17/17.

Ungrouped