public class ViewEngineException extends Exception
Exception thrown by ViewEngine.processView(ViewEngineContext)
when unable to process a view.
Throwable.getMessage(),
Throwable.getCause(),
Serialized Form| Constructor and Description |
|---|
ViewEngineException(String message)
Construct an instance using a message.
|
ViewEngineException(String message,
Throwable cause)
Construct an instance using a message and a cause.
|
ViewEngineException(Throwable cause)
Construct an instance using a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ViewEngineException(String message)
message - the message.public ViewEngineException(String message, Throwable cause)
message - the message.cause - the underlying cause.public ViewEngineException(Throwable cause)
cause - the underlying cause.Copyright © 2018 Ivar Grimstad. All rights reserved.