Package com.norconex.commons.lang.unit
Class DataUnitParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.unit.DataUnitParserException
- All Implemented Interfaces:
Serializable
Runtime exception when a
DataUnitParser could not parse a string
value.- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataUnitParserException(String message) DataUnitParserException(String message, Throwable cause) DataUnitParserException(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
-
DataUnitParserException
public DataUnitParserException() -
DataUnitParserException
-
DataUnitParserException
-
DataUnitParserException
-