Package io.micronaut.serde.exceptions
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.micronaut.serde.exceptions.SerdeException
io.micronaut.serde.exceptions.InvalidFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPropertyFormatException
Error for when a value cannot be converted to the desired type.
- Since:
- 1.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidFormatException
(String message, @Nullable Exception cause, @Nullable Object originalValue) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormatException
-
-
Method Details