|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--talon.TalonException
|
+--org.openprivacy.reptile.util.ReptileException
Extends TalonException to support nested Exceptions and Component integration support.
| 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 |
public ReptileException()
ReptileException instance.
public ReptileException(java.lang.String message)
ReptileException instance.
message - a String valuepublic ReptileException(java.lang.Throwable reason)
ReptileException instance.
reason - a Throwable value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||