Interface CatchTree

  • All Superinterfaces:
    Tree
    All Known Implementing Classes:
    CatchTreeImpl

    @Beta
    public interface CatchTree
    extends Tree
    'catch' in a 'try' statement. JLS 14.20
       catch (parameter()) block()
     
    Since:
    Java 1.3