Package org.opencastproject.workflow.api
Class WorkflowParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.workflow.api.WorkflowException
org.opencastproject.workflow.api.WorkflowParsingException
- All Implemented Interfaces:
Serializable
Exception that is thrown for failing database operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowParsingException(String message) Constructs a new workflow parsing exception with a message.Constructs a new workflow parsing exception with the throwable causing this exception to be thrown. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowParsingException
Constructs a new workflow parsing exception with a message.- Parameters:
message- the message describing the exception
-
WorkflowParsingException
Constructs a new workflow parsing exception with the throwable causing this exception to be thrown.- Parameters:
cause- the cause of this exception
-