Class GomButton.ResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.access.store.templatestore.gom.GomButton.ResolveException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GomButton
Thrown if a class could not be resolved
- Since:
- 5.0
- See Also:
-
Constructor Summary
ConstructorDescriptionResolveException
(String message, Throwable cause) Creates a new instance with the given 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
-
ResolveException
Creates a new instance with the given message and cause- Since:
- 5.0
- See Also:
-