|
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.Objectjava.lang.Throwable
java.lang.Exception
gnu.crypto.assembly.TransformerException
public class TransformerException
Constructor Summary | |
---|---|
TransformerException()
|
|
TransformerException(String details)
|
|
TransformerException(String details,
Throwable cause)
|
|
TransformerException(Throwable cause)
|
Method Summary | |
---|---|
Throwable |
getCause()
|
void |
printStackTrace()
Prints this exception's stack trace to System.err . |
void |
printStackTrace(PrintStream ps)
Prints this exception's stack trace to a print stream. |
void |
printStackTrace(PrintWriter pw)
Prints this exception's stack trace to a print writer. |
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(String details)
public TransformerException(Throwable cause)
public TransformerException(String details, Throwable cause)
Method Detail |
---|
public Throwable getCause()
getCause
in class 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 Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
ps
- the non-null print stream to which to print.public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
pw
- the non-null print writer to use for output.public String toString()
toString
in class 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 |