Uses of Enum Class
de.espirit.firstspirit.ui.gadgets.ComponentConstructionException.Level
-
Uses of ComponentConstructionException.Level in de.espirit.firstspirit.ui.gadgets
Modifier and TypeMethodDescriptionComponentConstructionException.getLevel()
Get the level of this exception.Returns the enum constant of this class with the specified name.static ComponentConstructionException.Level[]
ComponentConstructionException.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionComponentConstructionException
(ComponentConstructionException.Level level, String message) Construct the exception with a message.ComponentConstructionException
(ComponentConstructionException.Level level, String message, Throwable cause) Construct the exception with a message and cause.