org.apache.xerces.impl.xpath.regex
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.xerces.impl.xpath.regex.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.RuntimeException

Version:
$Id: ParseException.java,v 1.6 2004/10/04 22:07:40 mrglavas Exp $
Author:
TAMURA Kent <kent@trl.ibm.co.jp>
See Also:
Serialized Form

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Constructor Summary
ParseException(java.lang.String mes, int location)
           
 
Method Summary
 int getLocation()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String mes,
                      int location)
Method Detail

getLocation

public int getLocation()
Returns:
-1 if location information is not available.


Copyright © 1999-2005 Apache XML Project. All Rights Reserved.