Class MissingMethodException

All Implemented Interfaces:
Serializable

public class MissingMethodException extends RuntimeException
Signals that a method is missing from a class when it is expected to be there.
See Also:
  • Constructor Details

    • MissingMethodException

      public MissingMethodException()
    • MissingMethodException

      public MissingMethodException(String message)
    • MissingMethodException

      public MissingMethodException(String message, Throwable cause)
    • MissingMethodException

      public MissingMethodException(Throwable cause)
    • MissingMethodException

      public MissingMethodException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)