Class NumberFormatParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.form.common.number_format.NumberFormatParseException
- All Implemented Interfaces:
Serializable
Thrown by the
NumberFormatParser when the input string could not be parsed, usually because it is not a valid
numeric string.- Since:
- 8.2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNumberFormatParseException(String message) Creates a new exception with the given message.NumberFormatParseException(String message, Throwable cause) Creates a new exception with the given message and cause.Creates a new exception with the given cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NumberFormatParseException
Creates a new exception with the given message.- Parameters:
message- The message.
-
NumberFormatParseException
-
NumberFormatParseException
Creates a new exception with the given cause.- Parameters:
cause- The cause.
-