◆ 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 ) protectedConstructor.
- 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