Class NoSuchViewException

All Implemented Interfaces:
Serializable

public class NoSuchViewException extends RuntimeException
This exception is thrown when a specific view cannot be found or is not defined.
See Also:
  • Constructor Details

    • NoSuchViewException

      public NoSuchViewException(String viewId)
  • Method Details

    • getViewId

      public String getViewId()
      Returns the identifier of the view that caused the exception.
      Returns:
      the identifier of the view