[]
        
(Showing Draft Content)

NumberFormatParseException

Class NumberFormatParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.grapecity.documents.excel.NumberFormatParseException
All Implemented Interfaces:
Serializable

public final class NumberFormatParseException extends RuntimeException
Throws when unable to set the NumberFormat property of the Range class.
See Also:
  • Constructor Details

    • NumberFormatParseException

      public NumberFormatParseException()
      Constructs a new NumberFormatParseException object.
    • NumberFormatParseException

      public NumberFormatParseException(RuntimeException inner)
      Constructs a new NumberFormatParseException object with the specified inner exception.
      Parameters:
      inner - The inner exception that caused this exception to be thrown.