com.ximpleware.extended
Class EOFExceptionHuge

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

public class EOFExceptionHuge
extends ParseExceptionHuge

Signals the End of File exception during parsing (not the one in java.io). It is adapted to support extended VTD (256 max file size)

See Also:
Serialized Form

Constructor Summary
EOFExceptionHuge()
          EOFException constructor comment.
EOFExceptionHuge(String s)
          EOFException constructor comment.
 
Method Summary
 
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

EOFExceptionHuge

public EOFExceptionHuge()
EOFException constructor comment.


EOFExceptionHuge

public EOFExceptionHuge(String s)
EOFException constructor comment.

Parameters:
s - java.lang.String


Copyright © 2013. All Rights Reserved.