|
For the latest news and information visit The GNU Crypto project |
||||||||||
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 | +--gnu.crypto.assembly.TransformerException
Constructor Summary | |
---|---|
TransformerException()
|
|
TransformerException(java.lang.String details)
|
|
TransformerException(java.lang.String details,
java.lang.Throwable cause)
|
|
TransformerException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
|
void |
printStackTrace()
Prints this exception's stack trace to System.err . |
void |
printStackTrace(java.io.PrintStream ps)
Prints this exception's stack trace to a print stream. |
void |
printStackTrace(java.io.PrintWriter pw)
Prints this exception's stack trace to a print writer. |
java.lang.String |
toString()
Returns the string representation of this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TransformerException()
public TransformerException(java.lang.String details)
public TransformerException(java.lang.Throwable cause)
public TransformerException(java.lang.String details, java.lang.Throwable cause)
Method Detail |
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public void printStackTrace()
System.err
. If this
exception has a root exception; the stack trace of the root exception is
also printed to System.err
.
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
in class java.lang.Throwable
ps
- the non-null print stream to which to print.public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class java.lang.Throwable
pw
- the non-null print writer to use for output.public java.lang.String toString()
toString
in class java.lang.Throwable
Throwable.getMessage()
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |