Class View.ViewException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.complexible.common.view.View.ViewException
All Implemented Interfaces:
Serializable
Enclosing interface:
View<Input,Output>

public static class View.ViewException extends Exception
Exception to indicate the reason a view failed.
See Also:
  • Constructor Details

    • ViewException

      public ViewException(String theMessage)