Package dev.voidframework.core.exception
Class DurationException.MissingNumericValue
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.DurationException
dev.voidframework.core.exception.DurationException.MissingNumericValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DurationException
Exception indicates that numeric value part of the duration is missing.
- 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
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingNumericValue
public MissingNumericValue()Build a new instance.- Since:
- 1.6.0
-