org.softnetwork.xml.dom.xpath
Class XPathFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.softnetwork.xml.dom.xpath.XPathFormatException
All Implemented Interfaces:
java.io.Serializable

public class XPathFormatException
extends java.lang.Exception

Author:
stephane.manciot@ebiznext.com
See Also:
Serialized Form

Constructor Summary
XPathFormatException(java.lang.String xPath, java.lang.String msg)
          Constructs an XPathFormatException with the specified detail message.
 
Method Summary
 java.lang.String getXPath()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathFormatException

public XPathFormatException(java.lang.String xPath,
                            java.lang.String msg)
Constructs an XPathFormatException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getXPath

public java.lang.String getXPath()
Returns:
Returns the xPath.


Copyright © 2005-2007 softnetwork.org. All Rights Reserved.