public class ViewableContextException extends ContainerException
Viewable
to a ResolvedViewable
by methods on ViewableContext
.Constructor and Description |
---|
ViewableContextException(String message)
Construct a new instance with the supplied message.
|
ViewableContextException(String message,
Throwable cause)
Construct a new instance with the supplied message and cause.
|
ViewableContextException(Throwable cause)
Construct a new instance with the supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ViewableContextException(String message)
message
- the message.public ViewableContextException(String message, Throwable cause)
message
- the message.cause
- the Throwable that caused the exception to be thrown.public ViewableContextException(Throwable cause)
cause
- the Throwable that caused the exception to be thrown.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.