org.openprivacy.reptile.util
Class ReptileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--talon.TalonException
                    |
                    +--org.openprivacy.reptile.util.ReptileException
All Implemented Interfaces:
java.io.Serializable

public class ReptileException
extends talon.TalonException

Extends TalonException to support nested Exceptions and Component integration support.

Version:
$Id: ReptileException.java,v 1.2 2001/07/23 22:04:53 burton Exp $
Author:
Kevin A. Burton
See Also:
Serialized Form

Constructor Summary
ReptileException()
          Creates a new ReptileException instance.
ReptileException(java.lang.String message)
          Creates a new ReptileException instance.
ReptileException(java.lang.Throwable reason)
          Creates a new ReptileException instance.
 
Methods inherited from class talon.TalonException
getMessage, getReason, printStackTrace, printStackTrace, printStackTrace, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReptileException

public ReptileException()
Creates a new ReptileException instance.


ReptileException

public ReptileException(java.lang.String message)
Creates a new ReptileException instance.

Parameters:
message - a String value

ReptileException

public ReptileException(java.lang.Throwable reason)
Creates a new ReptileException instance.

Parameters:
reason - a Throwable value