Modifier and Type | Field and Description |
---|---|
protected Throwable | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | XMLStreamException(String
the message to report msg)Construct an exception with the associated message. |
public | XMLStreamException(Throwable
a nested exception th)Construct an exception with the associated exception |
public | XMLStreamException(String
the message to report msg, Throwable a nested exception th)Construct an exception with the associated message and exception |
Modifier and Type | Method and Description |
---|---|
public Throwable |
nested | back to summary |
---|---|
protected Throwable nested |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
XMLStreamException | back to summary |
---|---|
public XMLStreamException() Default constructor |
XMLStreamException | back to summary |
---|---|
public XMLStreamException(String msg) Construct an exception with the associated message.
|
XMLStreamException | back to summary |
---|---|
public XMLStreamException(Throwable th) Construct an exception with the associated exception
|
XMLStreamException | back to summary |
---|---|
public XMLStreamException(String msg, Throwable th) Construct an exception with the associated message and exception |
getNestedException | back to summary |
---|---|
public Throwable getNestedException() Gets the nested exception.
|