com.ximpleware
Class EOFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ximpleware.VTDException
              extended by com.ximpleware.ParseException
                  extended by com.ximpleware.EOFException
All Implemented Interfaces:
Serializable

public class EOFException
extends ParseException

Signals the End of File exception during parsing (not the one in java.io). Creation date: (2/15/04 1:41:08 PM)

See Also:
Serialized Form

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

EOFException

public EOFException()
EOFException constructor comment.


EOFException

public EOFException(String s)
EOFException constructor comment.

Parameters:
s - java.lang.String


Copyright © 2013. All Rights Reserved.