Package 

Class ExceptionTableEntry

  • All Implemented Interfaces:

    
    public final class ExceptionTableEntry
    extends SubStructure
                        

    Describes an exception table entry in a Code attribute structure.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getStartPc() start_pc of this exception table entry.
      final Unit setStartPc(Integer startPc) start_pc of this exception table entry.
      final Integer getEndPc() end_pc of this exception table entry.
      final Unit setEndPc(Integer endPc) end_pc of this exception table entry.
      final Integer getHandlerPc() handler_pc of this exception table entry.
      final Unit setHandlerPc(Integer handlerPc) handler_pc of this exception table entry.
      final Integer getCatchType() Constant pool index for the catch type of this exception table entry.
      final Unit setCatchType(Integer catchType) Constant pool index for the catch type of this exception table entry.
      Integer getLength() The length of the structure in bytes.
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait