|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.relaxng.datatype.DatatypeException
public class DatatypeException
Signals Datatype related exceptions.
Field Summary | |
---|---|
static int |
UNKNOWN
|
Constructor Summary | |
---|---|
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)
|
Method Summary | |
---|---|
int |
getIndex()
Gets the index of the content where the error occured. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UNKNOWN
Constructor Detail |
---|
public DatatypeException(int index, java.lang.String msg)
public DatatypeException(java.lang.String msg)
public DatatypeException()
Method Detail |
---|
public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |