Package com.grapecity.documents.excel
Class NumberFormatParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.grapecity.documents.excel.NumberFormatParseException
- All Implemented Interfaces:
Serializable
Throws when unable to set the NumberFormat property of the Range class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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
-
NumberFormatParseException
public NumberFormatParseException()Constructs a new NumberFormatParseException object. -
NumberFormatParseException
Constructs a new NumberFormatParseException object with the specified inner exception.- Parameters:
inner- The inner exception that caused this exception to be thrown.
-