org.exolab.castor.core.exceptions
public final class CastorRuntimeException extends RuntimeException
Constructor Summary | |
---|---|
CastorRuntimeException() | |
CastorRuntimeException(Throwable cause) | |
CastorRuntimeException(String message) | |
CastorRuntimeException(String message, Throwable cause) |
Method Summary | |
---|---|
Throwable | getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
|
void | printStackTrace()
Print a stack trace to stderr. |
void | printStackTrace(PrintStream s)
Print a stack trace to the specified PrintStream.
|
void | printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
|
Returns: The throwable cause of this exception.
Parameters: s The PrintStream to print a stack trace to.
Parameters: w The PrintWriter to print a stack trace to.