public class

ParseException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.apache.xerces.impl.xpath.regex.ParseException

Class Overview

@xerces.internal

Summary

Public Constructors
ParseException(String mes, int location)
Public Methods
int getLocation()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ParseException (String mes, int location)

Public Methods

public int getLocation ()

Returns
  • -1 if location information is not available.