public class DatatypeException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN |
| Constructor and Description |
|---|
DatatypeException()
A constructor for those datatype libraries which don't support any
diagnostic information at all.
|
DatatypeException(int index,
String msg) |
DatatypeException(String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the index of the content where the error occured.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int UNKNOWN
public DatatypeException(int index, String msg)
public DatatypeException(String msg)
public DatatypeException()
public int getIndex()