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 Summary
ConstructorsConstructorDescriptionMissingFieldException
(String message) MissingFieldException
(String message, Throwable cause) MissingFieldException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MissingFieldException
(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
-
MissingFieldException
public MissingFieldException() -
MissingFieldException
-
MissingFieldException
-
MissingFieldException
-
MissingFieldException
-