Searched refs:nestedException (Results 1 – 3 of 3) sorted by relevance
826 *nestedException, in throwException() local843 nestedException=(Exception *) NULL; in throwException()858 if (nestedException == (Exception *) NULL) in throwException()860 nestedException=createException(p); in throwException()861 q=nestedException; in throwException()880 delete nestedException; in throwException()890 throw ErrorBlob(message,nestedException); in throwException()892 throw WarningBlob(message,nestedException); in throwException()895 throw ErrorCache(message,nestedException); in throwException()897 throw WarningCache(message,nestedException); in throwException()[all …]
289 Throwable nestedException = te.getException(); in evaluate()290 if ( nestedException instanceof javax.xml.xpath.XPathFunctionException ) { in evaluate()291 throw (javax.xml.xpath.XPathFunctionException)nestedException; in evaluate()483 Throwable nestedException = te.getException(); in evaluate()484 if ( nestedException instanceof javax.xml.xpath.XPathFunctionException ) { in evaluate()485 throw (javax.xml.xpath.XPathFunctionException)nestedException; in evaluate()
191 Throwable nestedException = te.getException(); in evaluate()192 if ( nestedException instanceof javax.xml.xpath.XPathFunctionException ) { in evaluate()193 throw (javax.xml.xpath.XPathFunctionException)nestedException; in evaluate()