public class FastOdsException extends Exception
| Constructor and Description |
|---|
FastOdsException(Exception e) |
FastOdsException(String message) |
| Modifier and Type | Method and Description |
|---|---|
static FastOdsException |
wrongTableName(String name) |
static FastOdsException |
wrongTableNumber(int n) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FastOdsException(String message)
message - the messagepublic FastOdsException(Exception e)
e - an exceptionpublic static FastOdsException wrongTableNumber(int n)
n - the number of a non existing tablepublic static FastOdsException wrongTableName(String name)
name - the name of a non existing tableCopyright © 2016–2021. All rights reserved.