public class DatatypeException
extends java.lang.Exception
| Modifier and Type | Field | Description |
|---|---|---|
static int |
UNKNOWN |
| Constructor | Description |
|---|---|
DatatypeException() |
A constructor for those datatype libraries which don't support any
diagnostic information at all.
|
DatatypeException(int index,
java.lang.String msg) |
|
DatatypeException(java.lang.String msg) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getIndex() |
Gets the index of the content where the error occured.
|
public static final int UNKNOWN
public DatatypeException(int index,
java.lang.String msg)
public DatatypeException(java.lang.String msg)
public DatatypeException()
Copyright © 2017 Oracle Corporation. All rights reserved.