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 SummaryConstructorsConstructorDescriptionMissingMethodException(String message) MissingMethodException(String message, Throwable cause) MissingMethodException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MissingMethodException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MissingMethodExceptionpublic MissingMethodException()
- 
MissingMethodException
- 
MissingMethodException
- 
MissingMethodException
- 
MissingMethodException
 
-