org.exolab.castor.core.exceptions
Class CastorRuntimeException
RuntimeException
org.exolab.castor.core.exceptions.CastorRuntimeException
public final class CastorRuntimeException
extends RuntimeException
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.
|
CastorRuntimeException
public CastorRuntimeException()
CastorRuntimeException
public CastorRuntimeException(String message)
CastorRuntimeException
public CastorRuntimeException(String message,
Throwable cause)
CastorRuntimeException
public CastorRuntimeException(Throwable cause)
getCause
public Throwable getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
- The throwable cause of this exception.
printStackTrace
public void printStackTrace()
Print a stack trace to stderr.
printStackTrace
public void printStackTrace(PrintStream s)
Print a stack trace to the specified PrintStream.
s
- The PrintStream to print a stack trace to.
printStackTrace
public void printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
w
- The PrintWriter to print a stack trace to.
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com