\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.exceptions.PipelineDataException Class Reference

Detailed Description

Exception that can be thrown when the available data does not match that which is expected.

Inheritance diagram for fiftyone.pipeline.core.exceptions.PipelineDataException:

[legend]

Collaboration diagram for fiftyone.pipeline.core.exceptions.PipelineDataException:

[legend]

Public Member Functions

 PipelineDataException ()
Constructor.
 PipelineDataException (String message)
Constructor. More...
 PipelineDataException (String message, Throwable cause)
Constructor. More...
 PipelineDataException (Throwable cause)
Constructor. More...

Protected Member Functions

 PipelineDataException (String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Constructor. More...

Constructor & Destructor Documentation

◆ PipelineDataException() [1/4]

fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException ( String   message )

Constructor.

Parameters
message - the exception message

◆ PipelineDataException() [2/4]

fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException ( String   message,
Throwable   cause  
)

Constructor.

Parameters
message - the exception message
cause - the exception which triggered this exception

◆ PipelineDataException() [3/4]

fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException ( Throwable   cause )

Constructor.

Parameters
cause - the exception which triggered this exception

◆ PipelineDataException() [4/4]

fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException ( String   message,
Throwable   cause,
boolean   enableSuppression,
boolean   writableStackTrace  
)
protected

Constructor.

Parameters
message - the exception message
cause - the exception which triggered this exception
enableSuppression - whether or not suppression is enabled or disabled
writableStackTrace - whether or not the stack trace should be writable