Class UnknownViewException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.guilhermekaua.spigotboot.inventoryapi.exception.UnknownViewException
All Implemented Interfaces:
Serializable

public final class UnknownViewException extends RuntimeException
Thrown when a view is opened (through ViewService.open or context navigation) but the target view class is not registered.
See Also:
  • Constructor Details

    • UnknownViewException

      public UnknownViewException(String message)
      Creates the exception with a detail message.
      Parameters:
      message - the detail message
    • UnknownViewException

      public UnknownViewException(String message, Throwable cause)
      Creates the exception with a detail message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause