Java:ThrowsClause

From AtlasWiki
Revision as of 17:14, 20 June 2014 by TheodoreMurdock (Talk | contribs) (narrow to Java:Class, as all java.lang.Throwable instances are Java classes)

Jump to: navigation, search

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