Package io.ran.exception
Class MissingMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ran.exception.MissingMethodException
- All Implemented Interfaces:
Serializable
Signals that a method is missing from a class when it is expected to be there.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingMethodException
(String message) MissingMethodException
(String message, Throwable cause) MissingMethodException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MissingMethodException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingMethodException
public MissingMethodException() -
MissingMethodException
-
MissingMethodException
-
MissingMethodException
-
MissingMethodException
-