Class ExceptionTable


  • public class ExceptionTable
    extends Object
    ExceptionTable represents the exception handlers within the code of a method.
    • Constructor Detail

      • ExceptionTable

        public ExceptionTable()
    • Method Detail

      • handlers

        public Enumeration handlers()
        Return an enumeration of the exception handlers Each element in the enumeration is an ExceptionRange
      • addElement

        public void addElement​(ExceptionRange range)
        Add an exception handler to the list