Package com.sun.msv.datatype.regexp
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.msv.datatype.regexp.ParseException
- All Implemented Interfaces:
Serializable
- Version:
- ParseException.java,v 1.3 2002/08/09 15:18:17 neilg Exp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
location
int location
-
-
Constructor Details
-
ParseException
-
-
Method Details
-
getLocation
public int getLocation()- Returns:
- -1 if location information is not available.
-