com.devexperts.qd.util
Class ByteArrayDataInput.EndOfBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.EOFException
                  extended by com.devexperts.qd.util.ByteArrayDataInput.EndOfBufferException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ByteArrayDataInput

public static class ByteArrayDataInput.EndOfBufferException
extends java.io.EOFException

This exception is thrown when attempt to read past limit is made. This exception's stacktrace is not reliable -- it may be reused by this class.

See Also:
Serialized Form

Constructor Summary
ByteArrayDataInput.EndOfBufferException()
           
 
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

ByteArrayDataInput.EndOfBufferException

public ByteArrayDataInput.EndOfBufferException()