|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jersey.api.container.ContainerException
com.sun.jersey.spi.template.TemplateContextException
public class TemplateContextException
A rutime expception associated with errors when resolving a
Viewable
to a ResolvedViewable
by methods on
TemplateContext
.
Constructor Summary | |
---|---|
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 |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |