public final class ViewProcessingException
extends java.lang.RuntimeException
Constructor and Description |
---|
ViewProcessingException(java.lang.String message)
Constructor.
|
ViewProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructor for an inner exception and message.
|
ViewProcessingException(java.lang.Throwable cause)
Constructor.
|
public ViewProcessingException(java.lang.String message)
message
- is the error messagepublic ViewProcessingException(java.lang.String message, java.lang.Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic ViewProcessingException(java.lang.Throwable cause)
cause
- is the inner exception