public class SpreadsheetException extends Exception
| Constructor and Description |
|---|
SpreadsheetException(String message) |
SpreadsheetException(String message,
Throwable cause) |
SpreadsheetException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
Integer |
getRow() |
String |
getSheetName() |
void |
setRow(Integer row) |
void |
setSheetName(String sheetName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2018. All rights reserved.