@Exported public interface TryTree extends StatementTree
   try
       block
   catches
   finally
       finallyBlock
 | Modifier and Type | Method and Description | 
|---|---|
| BlockTree | getBlock() | 
| List<? extends CatchTree> | getCatches() | 
| BlockTree | getFinallyBlock() | 
| List<? extends Tree> | getResources() | 
 Copyright © 2005, 2025, Oracle and/or its affiliates.  All rights reserved.