public class SpreadsheetException extends RuntimeException
Constructor and Description |
---|
SpreadsheetException()
Initializes a new instance of the
SpreadsheetException class. |
SpreadsheetException(String msg)
Initializes a new instance of the
SpreadsheetException class with a specified error message. |
SpreadsheetException(String msg,
Exception inner)
Initializes a new instance of the
SpreadsheetException class with a specified error message
and a reference to the inner exception that is the cause of this exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SpreadsheetException()
SpreadsheetException
class.public SpreadsheetException(String msg)
SpreadsheetException
class with a specified error message.msg
- Message string.public SpreadsheetException(String msg, Exception inner)
SpreadsheetException
class with a specified error message
and a reference to the inner exception that is the cause of this exception.msg
- Message string.inner
- Inner exception.© GemBox Ltd. — All rights reserved.