org.relaxng.datatype
public class: DatatypeException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.relaxng.datatype.DatatypeException
All Implemented Interfaces:
Serializable
Signals Datatype related exceptions.
- author:
< - a href="mailto:jjc@jclark.com">James Clark
- author:
< - a href="mailto:kohsuke.kawaguchi@sun.com">Kohsuke KAWAGUCHI
| Field Summary |
|---|
| public static final int | UNKNOWN | |
| Method from org.relaxng.datatype.DatatypeException Summary: |
|---|
|
getIndex |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from org.relaxng.datatype.DatatypeException Detail: |
public int getIndex() {
return index;
}
Gets the index of the content where the error occured.
UNKNOWN can be returned to indicate that no index information
is available. |