Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends RuntimeException
- Version:
- $Id$
- Author:
- TAMURA Kent <kent@trl.ibm.co.jp>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(String mes, int location)
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
ParseException
public ParseException(String mes, int location)
-
-