Interface TryStatementTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
TryStatementTreeImpl

@Beta public interface TryStatementTree extends StatementTree
'try' statement. JLS 14.20
  try block() catches() finally finallyBlock()
  try (resourceList()) block() catches() finally finallyBlock()
Since:
Java 1.3