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.
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 |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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. |