Package dev.voidframework.core.exception
Class DurationException.MissingTemporalUnit
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.DurationException
dev.voidframework.core.exception.DurationException.MissingTemporalUnit
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DurationException
Exception indicates that temporal unit 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
-
MissingTemporalUnit
public MissingTemporalUnit()Build a new instance.- Since:
- 1.6.0
-