Package com.norconex.commons.lang.time
Class DurationParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.time.DurationParserException
- All Implemented Interfaces:
Serializable
Runtime exception when a
DurationParser could not parse a string
value.- Since:
- 1.13.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDurationParserException(String message) DurationParserException(String message, Throwable cause) DurationParserException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DurationParserException
public DurationParserException() -
DurationParserException
-
DurationParserException
-
DurationParserException
-