Class UnsupportedGadgetTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.module.UnsupportedGadgetTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedGadgetTypeException extends RuntimeException
Exception thrown for unsupported type's of gadgets.
Since:
4.2.200
See Also:
  • Constructor Details

    • UnsupportedGadgetTypeException

      public UnsupportedGadgetTypeException()
  • Method Details

    • getType

      public Class<?> getType()
      Get the type failed to retrieve and editor for.
      Returns:
      The type.
      Since:
      4.2.200
    • getName

      public String getName()
      Get the name of the editor/module not supporting the respective type.
      Returns:
      The editor's name.
      Since:
      4.2.200