Class CastorIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.exolab.castor.core.exceptions.CastorIllegalStateException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCastorIllegalStateException
(String message) CastorIllegalStateException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Match the JDK 1.4 Throwable version of getCause() on JDKinvalid input: '<'1.4 systems.void
Print a stack trace to stderr.void
Print a stack trace to the specified PrintStream.void
Print a stack trace to the specified PrintWriter.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
CastorIllegalStateException
public CastorIllegalStateException() -
CastorIllegalStateException
-
CastorIllegalStateException
-
CastorIllegalStateException
-
-
Method Details
-
getCause
Match the JDK 1.4 Throwable version of getCause() on JDKinvalid input: '<'1.4 systems. -
printStackTrace
public void printStackTrace()Print a stack trace to stderr.- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
Print a stack trace to the specified PrintStream.- Overrides:
printStackTrace
in classThrowable
- Parameters:
s
- The PrintStream to print a stack trace to.
-
printStackTrace
Print a stack trace to the specified PrintWriter.- Overrides:
printStackTrace
in classThrowable
- Parameters:
w
- The PrintWriter to print a stack trace to.
-