Difference between revisions of "Java:ThrowsClause"

From AtlasWiki
Jump to: navigation, search
(Created page with "{{Edge | extends = Edge | description = Indicates a Java Method specifies that it may throw an exception of the indicated type. | permitted = Method,Classifier,*,* }}")
 
(narrow to Java:Class, as all java.lang.Throwable instances are Java classes)
Line 1: Line 1:
 +
== Specification ==
 
{{Edge
 
{{Edge
 
| extends = Edge
 
| extends = Edge
| description = Indicates a Java [[Method]] specifies that it may throw an exception of the indicated type.
+
| description = Indicates a Java [[Method]] specifies that it may throw an exception of the indicated type (which must extend java.lang.Throwable).
| permitted = Method,Classifier,*,*
+
| permitted = Method,Java:Class,*,*
 
}}
 
}}

Revision as of 17:14, 20 June 2014

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