HomeSort by relevance Sort by last modified time
    Searched refs:ex (Results 576 - 600 of 2748) sorted by null

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdataindexsizeerrdeletedataoffsetnegative.java 87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrinsertdataoffsetnegative.java 86 } catch (DOMException ex) {
87 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrreplacedatacountnegative.java 87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrreplacedataoffsetnegative.java 88 } catch (DOMException ex) {
89 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrsubstringcountnegative.java 87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrsubstringnegativeoffset.java 87 } catch (DOMException ex) {
88 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdatainsertdatanomodificationallowederr.java 93 } catch (DOMException ex) {
94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatainsertdatanomodificationallowederrEE.java 78 } catch (DOMException ex) {
79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatareplacedatanomodificationallowederr.java 94 } catch (DOMException ex) {
95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatareplacedatanomodificationallowederrEE.java 80 } catch (DOMException ex) {
81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatasetdatanomodificationallowederr.java 93 } catch (DOMException ex) {
94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
characterdatasetdatanomodificationallowederrEE.java 78 } catch (DOMException ex) {
79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementinuseattributeerr.java 91 } catch (DOMException ex) {
92 success = (ex.code == DOMException.INUSE_ATTRIBUTE_ERR);
elementremoveattributenodenomodificationallowederr.java 101 } catch (DOMException ex) {
102 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementremoveattributenodenomodificationallowederrEE.java 94 } catch (DOMException ex) {
95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementremoveattributenomodificationallowederr.java 96 } catch (DOMException ex) {
97 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementremoveattributenomodificationallowederrEE.java 86 } catch (DOMException ex) {
87 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementsetattributenodenomodificationallowederr.java 95 } catch (DOMException ex) {
96 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementsetattributenodenomodificationallowederrEE.java 96 } catch (DOMException ex) {
97 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementsetattributenomodificationallowederr.java 91 } catch (DOMException ex) {
92 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementsetattributenomodificationallowederrEE.java 86 } catch (DOMException ex) {
87 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
elementwrongdocumenterr.java 89 } catch (DOMException ex) {
90 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
hc_attrappendchild2.java 78 } catch (DOMException ex) {
79 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
hc_attrappendchild5.java 82 } catch (DOMException ex) {
83 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR);
hc_attrgetvalue2.java 82 } catch (DOMException ex) {
83 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);

Completed in 239 milliseconds

<<21222324252627282930>>