Package de.espirit.firstspirit.module
Class UnsupportedGadgetTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.module.UnsupportedGadgetTypeException
- All Implemented Interfaces:
Serializable
Exception thrown for unsupported type's of gadgets.
- Since:
- 4.2.200
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedGadgetTypeException
public UnsupportedGadgetTypeException()
-
-
Method Details
-
getType
Get the type failed to retrieve and editor for.- Returns:
- The type.
- Since:
- 4.2.200
-
getName
Get the name of the editor/module not supporting the respective type.- Returns:
- The editor's name.
- Since:
- 4.2.200
-