org.apache.xerces.impl.xpath.regex

Class ParseException


public class ParseException
extends RuntimeException

Version:
$Id: ParseException.java 320091 2004-10-04 22:07:41Z mrglavas $
Author:
TAMURA Kent <kent@trl.ibm.co.jp>

Constructor Summary

ParseException(String mes, int location)

Method Summary

int
getLocation()

Constructor Details

ParseException

public ParseException(String mes,
                      int location)

Method Details

getLocation

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

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.