org.relaxng.datatype
public class DatatypeException extends java.lang.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,
java.lang.String msg) |
DatatypeException(java.lang.String msg) |
Modifier and Type | Method and 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()