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,*,* }}")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
''see [[Throws]] for exceptions statically known to be thrown, rather than declared to be thrown''
 +
 +
== 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,*,*
 
}}
 
}}

Latest revision as of 15:16, 1 October 2015

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