public class XMLException
extends java.lang.Exception
| Constructor and Description |
|---|
XMLException(@Nullable Node node,
java.lang.String message) |
XMLException(@Nullable Node node,
java.lang.String message,
@Nullable java.lang.Throwable cause) |
XMLException(java.lang.String message) |
XMLException(java.lang.String message,
@Nullable java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Node |
node() |
public XMLException(java.lang.String message)
public XMLException(@Nullable Node node, java.lang.String message)
public XMLException(java.lang.String message,
@Nullable java.lang.Throwable cause)
public XMLException(@Nullable Node node, java.lang.String message, @Nullable java.lang.Throwable cause)
public @Nullable Node node()