palmed.buffer
Class BufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by palmed.util.ChainedException
                  extended by palmed.buffer.BufferException
All Implemented Interfaces:
java.io.Serializable

public final class BufferException
extends ChainedException

This class represents an exception for buffer operations.

Version:
$Revision: 359 $ $Date: 2005-12-23 23:26:53 +0900 (ven., 23 déc. 2005) $
Author:
Mathieu Champlon
See Also:
Serialized Form

Constructor Summary
BufferException(java.lang.String message)
          Create a buffer exception.
BufferException(java.lang.String message, java.lang.Throwable throwable)
          Create a buffer exception.
BufferException(java.lang.Throwable throwable)
          Create a buffer exception.
 
Method Summary
 
Methods inherited from class palmed.util.ChainedException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferException

public BufferException(java.lang.Throwable throwable)
Create a buffer exception.

Parameters:
throwable - chained throwable

BufferException

public BufferException(java.lang.String message)
Create a buffer exception.

Parameters:
message - a description of the error

BufferException

public BufferException(java.lang.String message,
                       java.lang.Throwable throwable)
Create a buffer exception.

Parameters:
message - a description of the error
throwable - chained throwable


Copyright © 2004-2006 PalmEd. All Rights Reserved.