CellUnsupportedDataException

CellUnsupportedDataException class

The exception that is thrown when an unsupported data is encountered in a spreadsheet cell.

CellUnsupportedDataException

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

Result: CellUnsupportedDataException


CellUnsupportedDataException

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

Parameters:

NameTypeDescription
messageStringA string that describes the error.

Result: CellUnsupportedDataException


CellUnsupportedDataException

NameDescription
CellUnsupportedDataException(String, RuntimeException)Initializes a new instance of the CellUnsupportedDataException 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: CellUnsupportedDataException


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


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[])