public class ItsNatDOMException extends ItsNatException
context| Constructor and Description |
|---|
ItsNatDOMException(String message,
Node node)
Creates a new instance.
|
ItsNatDOMException(String message,
Throwable ex,
Node node)
Creates a new instance.
|
ItsNatDOMException(Throwable ex,
Node node)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
getOffendingNode()
Returns the node involved.
|
getContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ItsNatDOMException(Throwable ex, Node node)
ex - the cause of this exception, is submitted to the parent exception.node - the node involved.public ItsNatDOMException(String message, Node node)
message - the detail message, is submitted to the parent exception.node - the node involved.public Node getOffendingNode()
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.