palmed.io
Class RecordException

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.io.RecordException
All Implemented Interfaces:
java.io.Serializable

public final class RecordException
extends ChainedException

This class represents an exception for record 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
RecordException(java.lang.String message)
          Create a record exception.
RecordException(java.lang.String message, java.lang.Throwable throwable)
          Create a record exception.
RecordException(java.lang.Throwable throwable)
          Create a record 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

RecordException

public RecordException(java.lang.Throwable throwable)
Create a record exception.

Parameters:
throwable - a throwable to chain

RecordException

public RecordException(java.lang.String message)
Create a record exception.

Parameters:
message - a description of the error

RecordException

public RecordException(java.lang.String message,
                       java.lang.Throwable throwable)
Create a record exception.

Parameters:
message - a description of the error
throwable - a throwable to chain


Copyright © 2004-2006 PalmEd. All Rights Reserved.