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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int UNKNOWN
Copyright © 2005–2017 Oracle Corporation. All rights reserved.