public class ViewEngineException extends Exception
Exception thrown by ViewEngine.processView(ViewEngineContext)
when unable to process a view. Additional information is available from underlying
message
and cause
.
Throwable.getMessage()
,
Throwable.getCause()
,
Serialized FormConstructor and Description |
---|
ViewEngineException(String message) |
ViewEngineException(String message,
Throwable cause) |
ViewEngineException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Oracle Corporation. All rights reserved.