Difference between revisions of "Java:ThrowsClause"

From AtlasWiki
Jump to: navigation, search
(narrow to Java:Class, as all java.lang.Throwable instances are Java classes)
(add hatnote distinguishing ThrowsClause from Throws)
Line 1: Line 1:
 +
''see [[Throws]] for exceptions statically known to be thrown, rather than declared to be thrown''
 +
 
== Specification ==
 
== Specification ==
 
{{Edge
 
{{Edge

Revision as of 19:21, 20 June 2014

see Throws for exceptions statically known to be thrown, rather than declared to be thrown

Specification

Metaclass ThrowsClause
Extends Edge
Description Indicates a Java Method specifies that it may throw an exception of the indicated type (which must extend java.lang.Throwable).
Permitted Connections
Predecessor Multiplicity Successor
Method ✱ ➞ ✱ Java:Class