com.gomjabbar.xml.xalan
Class XPathException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.gomjabbar.xml.xalan.XPathException
All Implemented Interfaces:
java.io.Serializable

public class XPathException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XPathException(java.lang.String m, org.w3c.dom.Node n)
           
 
Method Summary
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPathException

public XPathException(java.lang.String m,
                      org.w3c.dom.Node n)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable