public class ItsNatDOMException extends ItsNatException
context
Constructor and Description |
---|
ItsNatDOMException(java.lang.String message,
org.w3c.dom.Node node)
Creates a new instance.
|
ItsNatDOMException(java.lang.String message,
java.lang.Throwable ex,
org.w3c.dom.Node node)
Creates a new instance.
|
ItsNatDOMException(java.lang.Throwable ex,
org.w3c.dom.Node node)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
getOffendingNode()
Returns the node involved.
|
getContext
public ItsNatDOMException(java.lang.Throwable ex, org.w3c.dom.Node node)
ex
- the cause of this exception, is submitted to the parent exception.node
- the node involved.public ItsNatDOMException(java.lang.String message, org.w3c.dom.Node node)
message
- the detail message, is submitted to the parent exception.node
- the node involved.public ItsNatDOMException(java.lang.String message, java.lang.Throwable ex, org.w3c.dom.Node node)
message
- the detail message, is submitted to the parent exception.ex
- the cause of this exception, is submitted to the parent exception.node
- the node involved.Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.