Home | History | Annotate | Download | only in domts

Lines Matching refs:DOMTestIncompatibleException

54      * @throws DOMTestIncompatibleException if parser does not support setting
58 DOMTestIncompatibleException;
94 DOMTestIncompatibleException {
96 throw new DOMTestIncompatibleException(null, setting);
134 DOMTestIncompatibleException {
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting);
148 throw new DOMTestIncompatibleException(ex, setting);
166 DOMTestIncompatibleException {
216 DOMTestIncompatibleException {
265 * @throws DOMTestIncompatibleException
269 DOMTestIncompatibleException {
289 throw new DOMTestIncompatibleException(ex.getTargetException(), null);
292 throw new DOMTestIncompatibleException(ex, null);
299 throw new DOMTestIncompatibleException(null, settings[i]);
313 * @throws DOMTestIncompatibleException
317 DocumentBuilderSetting[] newSettings) throws DOMTestIncompatibleException {