public final class ViewProcessingException extends RuntimeException
Constructor and Description |
---|
ViewProcessingException(String message)
Constructor.
|
ViewProcessingException(String message,
Throwable cause)
Constructor for an inner exception and message.
|
ViewProcessingException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ViewProcessingException(String message)
message
- is the error messagepublic ViewProcessingException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic ViewProcessingException(Throwable cause)
cause
- is the inner exception