Package com.rosetta.model.lib.process
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rosetta.model.lib.process.ProcessingException
- All Implemented Interfaces:
Serializable
- Author:
- TomForwood An exception wrapper to be thrown while post processing during ingestion
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingException(String message, String objectName, String processorName, RosettaPath path) ProcessingException(String message, String objectName, String processorName, RosettaPath path, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
public ProcessingException(String message, String objectName, String processorName, RosettaPath path) -
ProcessingException
public ProcessingException(String message, String objectName, String processorName, RosettaPath path, Throwable cause)
-
-
Method Details
-
getObjectName
-
getProcessorName
-
getPath
-