- All Implemented Interfaces:
Serializable
Throws when unable to set the NumberFormat property of the Range class.
- See Also:
-
-
Constructor Summary
Constructors
Constructs a new NumberFormatParseException object.
Constructs a new NumberFormatParseException object with the specified inner exception.
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
public NumberFormatParseException()
Constructs a new NumberFormatParseException object.
-
Constructs a new NumberFormatParseException object with the specified inner exception.
- Parameters:
inner
- The inner exception that caused this exception to be thrown.