Class NoSuchComponentException

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

public class NoSuchComponentException extends RuntimeException
Exception thrown when trying to access a component not being available.
Since:
4.2.200
See Also:
  • Constructor Details

    • NoSuchComponentException

      public NoSuchComponentException()
  • Method Details

    • getName

      public String getName()
      Get the name of component failed to look up.
      Returns:
      The unavailable component's name.
      Since:
      4.2.200