Home | History | Annotate | Download | only in dom

Lines Matching defs:DOMException

61 class DOMException(Exception):
66 if self.__class__ is DOMException:
68 "DOMException should not be instantiated directly")
75 class IndexSizeErr(DOMException):
78 class DomstringSizeErr(DOMException):
81 class HierarchyRequestErr(DOMException):
84 class WrongDocumentErr(DOMException):
87 class InvalidCharacterErr(DOMException):
90 class NoDataAllowedErr(DOMException):
93 class NoModificationAllowedErr(DOMException):
96 class NotFoundErr(DOMException):
99 class NotSupportedErr(DOMException):
102 class InuseAttributeErr(DOMException):
105 class InvalidStateErr(DOMException):
108 class SyntaxErr(DOMException):
111 class InvalidModificationErr(DOMException):
114 class NamespaceErr(DOMException):
117 class InvalidAccessErr(DOMException):
120 class ValidationErr(DOMException):