org.apache.avalon.excalibur.collections
クラス BufferUnderflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.avalon.framework.CascadingRuntimeException
                          |
                          +--org.apache.avalon.excalibur.collections.BufferUnderflowException
すべての実装インタフェース:
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

作成者:
Berin Loritsch
関連項目:
直列化された形式

コンストラクタの概要
BufferUnderflowException(java.lang.String message)
           
BufferUnderflowException(java.lang.String message, java.lang.Throwable exception)
           
 
クラス org.apache.avalon.framework.CascadingRuntimeException から継承したメソッド
getCause
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

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."