Summ:  Constr. Methods    Details:  Constr. Methods      Class:  Serial Prev
com.artfulbits.aiCharts.Exceptions
Class XmlNodeValueParseException

java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.artfulbits.aiCharts.Exceptions.XmlNodeValueParseException

Declaration: public class XmlNodeValueParseException extends java.lang.RuntimeException
All Interfaces: java.io.Serializable

 

Represents XmlNodeValueParseException class.

 

Since: 1.0
See also: Serialization

 

 

Constructors Summary
XmlNodeValueParseException(java.lang.String message, org.w3c.dom.Node targetXmlNode)
    
Initializes a new instance of XmlNodeValueParseException class with specified parameters.
XmlNodeValueParseException(java.lang.String message, org.w3c.dom.Node targetXmlNode, java.lang.Exception wrappedException)
    
Initializes a new instance of XmlNodeValueParseException class with specified parameters.

 

 

Methods Summary
org.w3c.dom.Node getNode()
    
Gets instance node that does not have specified value.

 

Methods inherited from class: java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class: java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

 

 

 

XmlNodeValueParseException

 

public XmlNodeValueParseException( java.lang.String message,
org.w3c.dom.Node targetXmlNode,
java.lang.Exception wrappedException)

 

Initializes a new instance of XmlNodeValueParseException class with specified parameters.

 

Parameters:
message-
exception message.
targetXmlNode-
instance of org.w3c.dom.Node that does not have specified value.
wrappedException-
initially wrapped java.lang.Exception that.

 

Since: 1.0

 

 

 

XmlNodeValueParseException

 

public XmlNodeValueParseException( java.lang.String message,
org.w3c.dom.Node targetXmlNode)

 

Initializes a new instance of XmlNodeValueParseException class with specified parameters.

 

Parameters:
message-
exception message.
targetXmlNode-
instance of org.w3c.dom.Node that does not have specified value.

 

 

 

 

getNode

 

public org.w3c.dom.Node getNode( )

 

Gets instance node that does not have specified value.

 

Returns:
instance of org.w3c.dom.Node.

 

Since: 1.0

 

 

© 2005 - 2010 ArtfulBits. All rights reserved.