| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.itsnat.core.ItsNatException org.itsnat.core.ItsNatDOMException
ItsNatDOMException | public class ItsNatDOMException extends ItsNatException (Code) | | Is throw by ItsNat when a DOM node is the source of the error.
author: Jose Maria Arranz Santamaria |
ItsNatDOMException | public ItsNatDOMException(Throwable ex, Node node)(Code) | | Creates a new instance.
Parameters: ex - the cause of this exception, is submitted to the parent exception. Parameters: node - the node involved. |
ItsNatDOMException | public ItsNatDOMException(String message, Node node)(Code) | | Creates a new instance.
Parameters: message - the detail message, is submitted to the parent exception. Parameters: node - the node involved. |
ItsNatDOMException | public ItsNatDOMException(String message, Throwable ex, Node node)(Code) | | Creates a new instance.
Parameters: message - the detail message, is submitted to the parent exception. Parameters: ex - the cause of this exception, is submitted to the parent exception. Parameters: node - the node involved. |
getOffendingNode | public Node getOffendingNode()(Code) | | Returns the node involved.
the node involved. |
|
|