public class XStreamException
extends com.thoughtworks.xstream.core.BaseException
| Modifier | Constructor and Description |
|---|---|
protected |
XStreamException()
Default constructor.
|
|
XStreamException(java.lang.String message)
Constructs an XStreamException with a message.
|
|
XStreamException(java.lang.String message,
java.lang.Throwable cause)
Constructs an XStreamException with a message as wrapper for a different causing
Throwable. |
|
XStreamException(java.lang.Throwable cause)
Constructs an XStreamException as wrapper for a different causing
Throwable. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
protected XStreamException()
public XStreamException(java.lang.String message)
message - public XStreamException(java.lang.Throwable cause)
Throwable.cause - public XStreamException(java.lang.String message,
java.lang.Throwable cause)
Throwable.message - cause - Joe Walnes, http://xstream.codehaus.org/