Class ViewConfigurationException

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

public final class ViewConfigurationException extends RuntimeException
Thrown at registration or build time when a view configuration, layout or component declaration violates a validation rule.
See Also:
  • Constructor Details

    • ViewConfigurationException

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

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