Package uk.ac.ebi.utils.exceptions
Class CausalNumberFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.lang.NumberFormatException
uk.ac.ebi.utils.exceptions.CausalNumberFormatException
- All Implemented Interfaces:
Serializable
A
NumberFormatException
that allows to include a reference to what caused the exception.
In Java, number format exceptions cannot have a cause, yet, this might be useful, eg, when you want
to wrap a number parsing error with details on what you were doing when the problem occurred.- Author:
- brandizi
- Date:
- 19 Jun 2019
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CausalNumberFormatException
-
CausalNumberFormatException
-