|
||||||||||
| 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
javax.ws.rs.ProcessingException
org.glassfish.jersey.server.ContainerException
org.glassfish.jersey.server.mvc.spi.ViewableContextException
public class ViewableContextException
A runtime exception associated with errors when resolving a Viewable to a ResolvedViewable by methods on ViewableContext.
| Constructor Summary | |
|---|---|
ViewableContextException(java.lang.String message)
Construct a new instance with the supplied message. |
|
ViewableContextException(java.lang.String message,
java.lang.Throwable cause)
Construct a new instance with the supplied message and cause. |
|
ViewableContextException(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 ViewableContextException(java.lang.String message)
message - the message.
public ViewableContextException(java.lang.String message,
java.lang.Throwable cause)
message - the message.cause - the Throwable that caused the exception to be thrown.public ViewableContextException(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 | |||||||||