|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.BaseException
edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.XStreamException
public class XStreamException
Base exception for all thrown exceptions with XStream. JDK 1.3 friendly cause handling.
| Constructor Summary | |
|---|---|
protected |
XStreamException()
Default constructor. |
|
XStreamException(String message)
Constructs an XStreamException with a message. |
|
XStreamException(String message,
Throwable cause)
Constructs an XStreamException with a message as wrapper for a different causing Throwable. |
|
XStreamException(Throwable cause)
Constructs an XStreamException as wrapper for a different causing Throwable. |
| Method Summary | |
|---|---|
Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
|---|
protected XStreamException()
public XStreamException(String message)
message - public XStreamException(Throwable cause)
Throwable.
cause -
public XStreamException(String message,
Throwable cause)
Throwable.
message - cause - | Method Detail |
|---|
public Throwable getCause()
getCause in class BaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||