Package com.fizzed.rocker.model
Class PostProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fizzed.rocker.model.PostProcessorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostProcessorException(String message) Create a new instance of aPostProcessorExceptionwith the given message.PostProcessorException(String message, Throwable cause) Create a new instance of aPostProcessorExceptionwith the given message and the causing Throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PostProcessorException
Create a new instance of aPostProcessorExceptionwith the given message.- Parameters:
message- the error message
-
PostProcessorException
Create a new instance of aPostProcessorExceptionwith the given message and the causing Throwable.- Parameters:
message- the error messagecause- theThrowablewhich caused this exception
-