Class MethodException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MethodInvocationException, MethodNotFoundException

public abstract class MethodException extends ReflectionException
An exception while performing an object method.
See Also:
  • Constructor Details

    • MethodException

      public MethodException()
    • MethodException

      public MethodException(String message)
    • MethodException

      public MethodException(String message, Throwable cause)
    • MethodException

      public MethodException(Throwable cause)
  • Method Details

    • getName

      public abstract String getName()