Class HandlerNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HandlerNotFoundException
    extends InterpreterException
    Exceptions, die geworfen wird, wenn für die Ausführung einer Operation kein gültiger Handler gefunden werden konnte.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HandlerNotFoundException​(java.lang.String string)
      Konstruktor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HandlerNotFoundException

        public HandlerNotFoundException​(java.lang.String string)
        Konstruktor.
        Parameters:
        string - der Meldungstext