org.enhydra.apache.xerces.utils.regex
Class ParseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.enhydra.apache.xerces.utils.regex.ParseException
- All Implemented Interfaces:
- Serializable
- public class ParseException
- extends RuntimeException
- Author:
- TAMURA Kent <kent@trl.ibm.co.jp>
- See Also:
- Serialized Form
Field Summary |
(package private) int |
location
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
location
int location
ParseException
public ParseException(String mes,
int location)
getLocation
public int getLocation()
- Returns:
- -1 if location information is not available.
Copyright © 1999 The Apache Software Foundation. All Rights reserved.