org.apache.xmlbeans.impl.regex
public class: ParseException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xmlbeans.impl.regex.ParseException
All Implemented Interfaces:
Serializable
- author:
TAMURA
- Kent <kent@trl.ibm.co.jp>
Field Summary |
---|
int | location | |
Method from org.apache.xmlbeans.impl.regex.ParseException Summary: |
---|
getLocation |
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.apache.xmlbeans.impl.regex.ParseException Detail: |
public int getLocation() {
return this.location;
}
|