public class TemplateContextException extends ContainerException
Viewable to a ResolvedViewable by methods on
TemplateContext.| Constructor and Description |
|---|
TemplateContextException()
Construct a new instance with the supplied message
|
TemplateContextException(String message)
Construct a new instance with the supplied message
|
TemplateContextException(String message,
Throwable cause)
Construct a new instance with the supplied message and cause
|
TemplateContextException(Throwable cause)
Construct a new instance with the supplied cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateContextException()
public TemplateContextException(String message)
message - the messagepublic TemplateContextException(String message, Throwable cause)
message - the messagecause - the Throwable that caused the exception to be thrownpublic TemplateContextException(Throwable cause)
cause - the Throwable that caused the exception to be thrownCopyright © 2014 Oracle Corporation. All rights reserved.