Class MissingInterfaceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingInterfaceException
    extends java.lang.RuntimeException
    Thrown when a parent of a listener method does not implement the appropriate interface,
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingInterfaceException​(java.lang.String clazz, java.lang.String method)
      The public constructor.
    • 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

      • MissingInterfaceException

        public MissingInterfaceException​(java.lang.String clazz,
                                         java.lang.String method)
        The public constructor.
        Parameters:
        clazz - the fully-qualified name of the parent class
        method - the annotated listener method