Package dev.siroshun.codec4j.api.error
Interface DecodeError.InvalidNumberFormat
- All Superinterfaces:
DecodeError
- Enclosing interface:
DecodeError
An interface that indicates a
DecodeError when the data is an invalid number format.-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.siroshun.codec4j.api.error.DecodeError
DecodeError.Failure, DecodeError.FatalError, DecodeError.IgnorableError, DecodeError.InvalidChar, DecodeError.InvalidNumber, DecodeError.InvalidNumberFormat, DecodeError.IterationError, DecodeError.TypeMismatch -
Method Summary
Methods inherited from interface dev.siroshun.codec4j.api.error.DecodeError
asFailure, asIgnorable, isIgnorable
-
Method Details
-
exception
NumberFormatException exception()Gets a causedNumberFormatException.- Returns:
- a caused
NumberFormatException
-