org.finra.jtaf.core.parsing.exceptions
Class NestedXPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.parsing.exceptions.ParsingException
              extended by org.finra.jtaf.core.parsing.exceptions.NestedXPathException
All Implemented Interfaces:
Serializable

public class NestedXPathException
extends ParsingException

This is a wrapper for XPath exceptions.

See Also:
Serialized Form

Constructor Summary
NestedXPathException(XPathException e)
           
 
Method Summary
 
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

NestedXPathException

public NestedXPathException(XPathException e)
Parameters:
e - The wrapped XPath


Copyright © 2014. All rights reserved.