org.apache.xerces.impl.xpath.regex
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xerces.impl.xpath.regex.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends RuntimeException
- Version:
- $Id: ParseException.java 572108 2007-09-02 18:48:31Z mrglavas $
- Author:
- TAMURA Kent <kent@trl.ibm.co.jp>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException(String mes,
int location)
getLocation
public int getLocation()
- Returns:
- -1 if location information is not available.
Copyright © 2011. All Rights Reserved.