br.com.oncast.dev.lobo.io
Class EODException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.com.oncast.dev.lobo.io.EODException
All Implemented Interfaces:
java.io.Serializable

public class EODException
extends java.lang.Exception

Thrown when the end of the document was reached before expected.

See Also:
Serialized Form

Constructor Summary
EODException()
           
EODException(java.lang.String message)
           
EODException(java.lang.String message, java.lang.Throwable cause)
           
EODException(java.lang.Throwable cause)
           
 
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

EODException

public EODException()

EODException

public EODException(java.lang.String message,
                    java.lang.Throwable cause)

EODException

public EODException(java.lang.String message)

EODException

public EODException(java.lang.Throwable cause)