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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.avalon.framework.CascadingRuntimeException
                          |
                          +--org.apache.avalon.excalibur.collections.BufferOverflowException
すべての実装インタフェース:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

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

The BufferOverflowException is used when the buffer's capacity has been exceeded.

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

コンストラクタの概要
BufferOverflowException(java.lang.String message)
           
BufferOverflowException(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
 

コンストラクタの詳細

BufferOverflowException

public BufferOverflowException(java.lang.String message)

BufferOverflowException

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


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."