Class ViewableContextException

All Implemented Interfaces:
Serializable

public class ViewableContextException extends ContainerException
A runtime exception associated with errors when resolving a Viewable to a ResolvedViewable by methods on ViewableContext.
Author:
Paul Sandoz
See Also:
  • Constructor Details

    • ViewableContextException

      public ViewableContextException(String message)
      Construct a new instance with the supplied message.
      Parameters:
      message - the message.
    • ViewableContextException

      public ViewableContextException(String message, Throwable cause)
      Construct a new instance with the supplied message and cause.
      Parameters:
      message - the message.
      cause - the Throwable that caused the exception to be thrown.
    • ViewableContextException

      public ViewableContextException(Throwable cause)
      Construct a new instance with the supplied cause.
      Parameters:
      cause - the Throwable that caused the exception to be thrown.