Class ViewConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.guilhermekaua.spigotboot.inventoryapi.exception.ViewConfigurationException
- All Implemented Interfaces:
Serializable
Thrown at registration or build time when a view configuration, layout or component
declaration violates a validation rule.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionViewConfigurationException(String message) Creates the exception with a detail message.ViewConfigurationException(String message, Throwable cause) Creates the exception with a detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewConfigurationException
Creates the exception with a detail message.- Parameters:
message- the detail message
-
ViewConfigurationException
Creates the exception with a detail message and cause.- Parameters:
message- the detail messagecause- the underlying cause
-