◆ PipelineDataException() [1/4]
fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException | ( | String | message | ) |
Constructor.
- Parameters
-
- message - the exception message
\r\n
Exception that can be thrown when the available data does not match that which is expected.
PipelineDataException ()
Constructor.
| |
PipelineDataException (String message)
Constructor. More...
| |
PipelineDataException (String message, Throwable cause)
Constructor. More...
| |
PipelineDataException (Throwable cause)
Constructor. More...
|
PipelineDataException (String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Constructor. More...
|
fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException | ( | String | message | ) |
Constructor.
fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException | ( | String | message, |
Throwable | cause | ||
) |
Constructor.
fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException | ( | Throwable | cause | ) |
Constructor.
fiftyone.pipeline.core.exceptions.PipelineDataException.PipelineDataException | ( | String | message, |
Throwable | cause, | ||
boolean | enableSuppression, | ||
boolean | writableStackTrace | ||
) |
Constructor.