Skip to content

Commit 8a341f6

Browse files
TimWollakocsismate
authored andcommitted
uri: Add description to all Exceptions
1 parent 4f62b60 commit 8a341f6

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

reference/uri/uri.invaliduriexception.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<section xml:id="uri-invaliduriexception.intro">
88
&reftitle.intro;
99
<simpara>
10+
Indicates that a given URI is invalid or that an operation would result in an invalid URI.
1011
</simpara>
1112
</section>
1213

reference/uri/uri.urierror.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<section xml:id="uri-urierror.intro">
88
&reftitle.intro;
99
<simpara>
10+
The base class for <type>Error</type>s that occur during processing of URIs.
1011
</simpara>
1112
</section>
1213

reference/uri/uri.uriexception.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<section xml:id="uri-uriexception.intro">
88
&reftitle.intro;
99
<simpara>
10+
The base class for <type>Exception</type>s that occur during processing of URIs.
1011
</simpara>
1112
</section>
1213

reference/uri/uri.whatwg.invalidurlexception.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<section xml:id="uri-whatwg-invalidurlexception.intro">
88
&reftitle.intro;
99
<simpara>
10+
Indicates that a given URL is invalid or that an operation would
11+
result in an invalid URL according to the
12+
<link xlink:href="&url.url.whatwg-url;">WHATWG URL Standard</link>.
1013
</simpara>
1114
</section>
1215

0 commit comments

Comments
 (0)