Class NoSuchViewException

All Implemented Interfaces:
Serializable

public class NoSuchViewException extends NotFoundException
Exception thrown when a view with specified name does not exist.
See Also:
  • Constructor Details

    • NoSuchViewException

      @FormatMethod public NoSuchViewException(@FormatString String message, Object... args)
      Constructs a NoSuchViewException.
      Parameters:
      message - The error message.
      args - Additional arguments for formatting the error message.
    • NoSuchViewException

      @FormatMethod public NoSuchViewException(Throwable cause, String message, Object... args)
      Constructs a NoSuchViewException with a cause.
      Parameters:
      cause - The cause of the exception.
      message - The error message.
      args - Additional arguments for formatting the error message.