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, toString
public static final int UNKNOWN
Copyright © 2021 JBoss by Red Hat. All rights reserved.