java.io.SerializablePropertiesExceptionpublic class CastorRuntimeException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
CastorRuntimeException() |
Constructs a new Castor runtime exception without a message.
|
CastorRuntimeException(java.lang.String message) |
Constructs a new Castor runtime exception with the specified detail message.
|
CastorRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
Constructs a new Castor runtime exception with the specified detail message and cause.
|
CastorRuntimeException(java.lang.Throwable cause) |
Constructs a new Castor runtime exception with the specified cause and the detail message
of the cause.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
getCause() |
The method emulates the JDK 1.4 Throwable version of getCause() for JDKs before 1.4.
|
java.lang.Throwable |
initCause(java.lang.Throwable cause) |
The method emulates the JDK 1.4 Throwable version of initCause() for JDKs before 1.4.
|
void |
printStackTrace() |
|
void |
printStackTrace(java.io.PrintStream s) |
|
void |
printStackTrace(java.io.PrintWriter w) |
public CastorRuntimeException()
public CastorRuntimeException(java.lang.String message)
message - The detail message.public CastorRuntimeException(java.lang.Throwable cause)
cause - The cause.public CastorRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.public final java.lang.Throwable initCause(java.lang.Throwable cause)
initCause in class java.lang.Throwablepublic final java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic final void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic final void printStackTrace(java.io.PrintWriter w)
printStackTrace in class java.lang.ThrowableIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com