|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.castor.core.exceptions.CastorException
public class CastorException
The base exception for Castor (or at least Castor XML).
| Constructor Summary | |
|---|---|
CastorException()
Creates a new CastorException with no message, or nested Exception |
|
CastorException(String message)
Creates a new CastorException with the given message. |
|
CastorException(String message,
Throwable cause)
Creates a new CastorException with the given message and cause. |
|
CastorException(Throwable cause)
Creates a new CastorException with the given cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CastorException()
public CastorException(String message)
message - the message for this Exception
public CastorException(String message,
Throwable cause)
message - The message for this exception.cause - A Throwable instance.public CastorException(Throwable cause)
cause - A Throwable instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||