org.relaxng.datatype
public class DatatypeException extends Exception
| Field Summary | |
|---|---|
| static int | UNKNOWN |
| Constructor Summary | |
|---|---|
| DatatypeException(int index, String msg) | |
| DatatypeException(String msg) | |
| DatatypeException()
A constructor for those datatype libraries which don't support any
diagnostic information at all. | |
| Method Summary | |
|---|---|
| int | getIndex()
Gets the index of the content where the error occured.
|