public class XStreamException extends BaseException
Modifier | Constructor and Description |
---|---|
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 . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected XStreamException()
public XStreamException(String message)
message
- public XStreamException(Throwable cause)
Throwable
.cause
- Copyright © 2004–2016 XStream. All rights reserved.