Package dev.voidframework.core.exception
Class DurationException.InvalidNumericValue
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.DurationException
dev.voidframework.core.exception.DurationException.InvalidNumericValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DurationException
Exception indicates that given value not a correct numeric value.
- Since:
- 1.6.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.DurationException
DurationException.InvalidNumericValue, DurationException.InvalidTemporalUnit, DurationException.MissingNumericValue, DurationException.MissingTemporalUnit -
Constructor Summary
ConstructorsConstructorDescriptionInvalidNumericValue(String givenValue, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidNumericValue
Build a new instance.- Parameters:
givenValue- The given numeric valuecause- The cause- Since:
- 1.6.0
-