|
ADK CVS | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tryllian.are.security.DNAComposerException
High-level exception type for something going wrong related to DNA creation. Follows the pattern as described in 'Effective Java' for wrapping exceptions.
| Constructor Summary | |
DNAComposerException()
Creates a new DNAComposerException without detail message. |
|
DNAComposerException(java.lang.String msg)
Constructs a DNAComposerException with the specified detail
message. |
|
DNAComposerException(java.lang.String msg,
java.lang.Throwable t)
Constructs a DNAComposerException with the
specified detail message, wrapping a lower-level exception. |
|
DNAComposerException(java.lang.Throwable t)
Constructs a DNAComposerException wrapping a
lower-level exception. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Get the underlying exception wrapped by this DNAComposerException. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DNAComposerException()
DNAComposerException without detail message.
public DNAComposerException(java.lang.String msg)
DNAComposerException with the specified detail
message.
msg - the detail message.public DNAComposerException(java.lang.Throwable t)
DNAComposerException wrapping a
lower-level exception.
t - the wrapped exception
public DNAComposerException(java.lang.String msg,
java.lang.Throwable t)
DNAComposerException with the
specified detail message, wrapping a lower-level exception.
msg - the detail messaget - the wrapped exception| Method Detail |
public java.lang.Throwable getCause()
|
Copyright 2005, Tryllian Solutions B.V. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||