Class MethodNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class MethodNotFoundException
    extends Exception
    Checked exception to throw if a method has not been found. This is designed to be a counterpart for ClassNotFoundException, just covering methods instead of classes.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • MethodNotFoundException

        public MethodNotFoundException()
        Creates an instance.
      • MethodNotFoundException

        public MethodNotFoundException​(String aMessage,
                                       Throwable aCause)
        Creates an instance.
      • MethodNotFoundException

        public MethodNotFoundException​(String aMessage)
        Creates an instance.
      • MethodNotFoundException

        public MethodNotFoundException​(Throwable aCause)
        Creates an instance.