Java:ThrowsClause

From AtlasWiki
Revision as of 15:16, 1 October 2015 by Dgriffen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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