Class ExceptionsAttribute

java.lang.Object
org.vesalainen.bcc.AttributeInfo
org.vesalainen.bcc.ExceptionsAttribute
All Implemented Interfaces:
Writable

public class ExceptionsAttribute extends AttributeInfo
  • Field Details

    • exceptionIndexes

      private List<Integer> exceptionIndexes
  • Constructor Details

    • ExceptionsAttribute

      ExceptionsAttribute(SubClass classFile)
      Parameters:
      classFile -
      attribute_name_index -
      exceptionIndexes -
    • ExceptionsAttribute

      ExceptionsAttribute(SubClass classFile, int attribute_name_index, int... exceptionIndexes)
      Deprecated.
      Use addThrowable
      Parameters:
      classFile -
      attribute_name_index -
      exceptionIndexes -
    • ExceptionsAttribute

      ExceptionsAttribute(ClassFile classFile, int attribute_name_index, int attribute_length, DataInput in) throws IOException
      Throws:
      IOException
  • Method Details