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(java.lang.String message)
Construct a new instance with the supplied message
|
TemplateContextException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause
|
TemplateContextException(java.lang.Throwable cause)
Construct a new instance with the supplied cause
|
public TemplateContextException()
public TemplateContextException(java.lang.String message)
message
- the messagepublic TemplateContextException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the Throwable that caused the exception to be thrownpublic TemplateContextException(java.lang.Throwable cause)
cause
- the Throwable that caused the exception to be thrownCopyright © 2016 Oracle Corporation. All Rights Reserved.