- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.xerces.impl.xpath.regex.ParseException
-
-
Constructor Summary
Constructors
Constructor and Description |
ParseException(java.lang.String mes,
int location) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
getLocation() |
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getLocation
public int getLocation()
- Returns:
- -1 if location information is not available.
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.