Home | History | Annotate | Download | only in domts

Lines Matching refs:ex

77     catch (InvocationTargetException ex) {
79 ex.getTargetException(),
82 catch (Exception ex) {
83 throw new DOMTestIncompatibleException(ex, null);
97 catch (ParserConfigurationException ex) {
98 throw new DOMTestIncompatibleException(ex, null);
100 catch (SAXException ex) {
101 throw new DOMTestIncompatibleException(ex, null);
208 catch (Exception ex) {
209 throw new DOMTestLoadException(ex);