public class PostProcessorException extends Exception
| Constructor and Description |
|---|
PostProcessorException(String message)
Create a new instance of a
PostProcessorException with the given
message. |
PostProcessorException(String message,
Throwable cause)
Create a new instance of a
PostProcessorException with the given
message and the causing Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PostProcessorException(String message)
PostProcessorException with the given
message.message - the error messagepublic PostProcessorException(String message, Throwable cause)
PostProcessorException with the given
message and the causing Throwable.message - the error messagecause - the Throwable which caused this exceptionCopyright © 2016–2020 Fizzed, Inc. All rights reserved.