Package org.apache.xmlbeans.impl.regex
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xmlbeans.impl.regex.ParseException
- All Implemented Interfaces:
Serializable
public class ParseException extends RuntimeException
- Author:
- TAMURA Kent <kent@trl.ibm.co.jp>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ParseException(String mes, int location)
-
Method Summary
Modifier and Type Method Description int
getLocation()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getLocation
public int getLocation()- Returns:
- -1 if location information is not available.
-