org.exolab.castor.core.exceptions
public final class CastorIllegalStateException extends IllegalStateException
| Constructor Summary | |
|---|---|
| CastorIllegalStateException() | |
| CastorIllegalStateException(String message) | |
| CastorIllegalStateException(Throwable cause) | |
| CastorIllegalStateException(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.