package exceptions
- Alphabetic
- Public
- All
Type Members
-
class
CallNotAllowException
extends ProtoPipeException
This is generally thrown when a method was called on a receiver instance that does not handle that call
-
class
IncompatiblePipelineSegmentException
extends ProtoPipeException
This is thrown when an input/output DataStore checking routine has determined an incompatibility with the associated computation/platform
-
class
MalformedPipelineConfigException
extends ProtoPipeException
This is thrown when a configuration file checking routine has determined a problem in a configuration path
-
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.
-
class
NotSupportedConfigFormatException
extends ProtoPipeException
This is generally thrown when a config loading routine encountered path patterns that are not supported by the current implementation
-
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.
-
class
ProtoPipeException
extends RuntimeException
The generic exception class for ProtoPipe exceptions
-
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.
-
class
UserComputationException
extends ProtoPipeException
This is thrown when an uncaught (by user) exception occurred in a user-defined computation
Value Members
-
object
ProtoPipeException
extends Serializable
Created by edmundlam on 8/17/17.