org.apache.xmlbeans.impl.xpathgen
Class XPathGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xmlbeans.XmlException
              extended by org.apache.xmlbeans.impl.xpathgen.XPathGenerationException
All Implemented Interfaces:
java.io.Serializable

public class XPathGenerationException
extends XmlException

An exception thrown if the XPath generation process can't complete

See Also:
Serialized Form

Constructor Summary
XPathGenerationException(java.lang.String m)
           
 
Method Summary
 
Methods inherited from class org.apache.xmlbeans.XmlException
getError, getErrors
 
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

XPathGenerationException

public XPathGenerationException(java.lang.String m)