CellInvalidFormulaException

CellInvalidFormulaException class

The exception that is thrown when a calculated formula is not correct or was not parsed.

CellInvalidFormulaException

NameDescription
CellInvalidFormulaException()Initializes a new instance of the CellInvalidFormulaException class.

Result: CellInvalidFormulaException


CellInvalidFormulaException

NameDescription
CellInvalidFormulaException(String)Initializes a new instance of the CellInvalidFormulaException class with a specified error message.

Parameters:

NameTypeDescription
messageStringA string that describes the error.

Result: CellInvalidFormulaException


CellInvalidFormulaException

NameDescription
CellInvalidFormulaException(String, RuntimeException)Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters:

NameTypeDescription
messageStringA string that describes the error.
innerExceptionRuntimeExceptionThe exception that is the cause of the current exception.

Result: CellInvalidFormulaException


CellInvalidFormulaException

NameDescription
CellInvalidFormulaException(String, String)Initializes a new instance of the CellInvalidFormulaException class with a specified error message and a cell reference that contains the invalid formula.

Parameters:

NameTypeDescription
messageStringA string that describes the error.
referenceStringA string that describes a reference to the inner exception

Result: CellInvalidFormulaException


addSuppressed

NameDescription
addSuppressed(Throwable)

fillInStackTrace

NameDescription
fillInStackTrace()

Result: Throwable


getCause

NameDescription
getCause()

Result: Throwable


getInnerException

NameDescription
getInnerException()

Result: Throwable


getLocalizedMessage

NameDescription
getLocalizedMessage()

Result: String


getMessage

NameDescription
getMessage()

Result: String


getReference

NameDescription
getReference()Gets a cell reference that contains the invalid formula.

Result: String


getStackTrace

NameDescription
getStackTrace()

Result: StackTraceElement


getSuppressed

NameDescription
getSuppressed()

Result: Throwable


getType

NameDescription
getType()

Result: Type


initCause

NameDescription
initCause(Throwable)

Result: Throwable


printStackTrace

NameDescription
printStackTrace()

printStackTrace

NameDescription
printStackTrace(PrintStream)

printStackTrace

NameDescription
printStackTrace(PrintWriter)

setStackTrace

NameDescription
setStackTrace(java.lang.StackTraceElement[])