org.apache.avalon.excalibur.collections
Class BufferUnderflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.avalon.framework.CascadingRuntimeException
                          |
                          +--org.apache.avalon.excalibur.collections.BufferUnderflowException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class BufferUnderflowException
extends org.apache.avalon.framework.CascadingRuntimeException

The BufferOverflowException is used when the buffer is already empty

Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
BufferUnderflowException(java.lang.String message)
           
BufferUnderflowException(java.lang.String message, java.lang.Throwable exception)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingRuntimeException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferUnderflowException

public BufferUnderflowException(java.lang.String message)

BufferUnderflowException

public BufferUnderflowException(java.lang.String message,
                                java.lang.Throwable exception)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.