Package io.ran.exception
Class MissingFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ran.exception.MissingFieldException
- All Implemented Interfaces:
- Serializable
Signals that a field was not found on an object, but was expected to be there.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionMissingFieldException(String message) MissingFieldException(String message, Throwable cause) MissingFieldException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MissingFieldException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MissingFieldExceptionpublic MissingFieldException()
- 
MissingFieldException
- 
MissingFieldException
- 
MissingFieldException
- 
MissingFieldException
 
-