gnu.crypto.assembly
public class TransformerException extends Exception
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| TransformerException() | |
| TransformerException(String details) | |
| TransformerException(Throwable cause) | |
| TransformerException(String details, 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. |
System.err. If this
exception has a root exception; the stack trace of the root exception is
also printed to System.err.Parameters: ps the non-null print stream to which to print.
Parameters: pw the non-null print writer to use for output.
Returns: the non-null string representation of this exception.
See Also: Throwable#getMessage()