public class org.relaxng.datatype
DatatypeException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Signals Datatype related exceptions.

Fields
final public static int UNKNOWN

Constructors
public DatatypeException(int index, String msg)
public DatatypeException(String msg)
public DatatypeException()
A constructor for those datatype libraries which don't support any diagnostic information at all.

Properties
public int getIndex()
Gets the index of the content where the error occured. UNKNOWN can be returned to indicate that no index information is available.