com.ximpleware.extended
Class XPathParseExceptionHuge

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ximpleware.extended.VTDExceptionHuge
              extended by com.ximpleware.extended.XPathParseExceptionHuge
All Implemented Interfaces:
java.io.Serializable

public class XPathParseExceptionHuge
extends VTDExceptionHuge

This exception is thrown when an error occured during the construction of XPathExpr. It is adapted to support extended VTD (256 max file size)

See Also:
Serialized Form

Constructor Summary
XPathParseExceptionHuge(java.lang.String s)
           
XPathParseExceptionHuge(java.lang.String s, int i)
           
 
Method Summary
 int getOffset()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathParseExceptionHuge

public XPathParseExceptionHuge(java.lang.String s)

XPathParseExceptionHuge

public XPathParseExceptionHuge(java.lang.String s,
                               int i)
Method Detail

getOffset

public int getOffset()