Modifier and Type | Method and Description |
---|---|
BlockTree |
getBlock()
Returns the code block of this catch block.
|
ExpressionTree |
getCondition()
Returns the optional catch condition expression.
|
IdentifierTree |
getParameter()
Returns the catch parameter identifier of the exception caught.
|
accept, getEndPosition, getKind, getStartPosition
IdentifierTree getParameter()
BlockTree getBlock()
ExpressionTree getCondition()
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b68