类 ExceptionsAttributeEditor


  • public class ExceptionsAttributeEditor
    extends java.lang.Object
    This class can add exceptions to a given exceptions attribute. Exceptions to be added must have been added to the constant pool and filled out beforehand.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addException​(int exceptionIndex)
      Adds a given exception to the exceptions attribute.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ExceptionsAttributeEditor

        public ExceptionsAttributeEditor​(ExceptionsAttribute targetExceptionsAttribute)
        Creates a new ExceptionsAttributeEditor that will edit exceptions in the given exceptions attribute.
    • 方法详细资料

      • addException

        public void addException​(int exceptionIndex)
        Adds a given exception to the exceptions attribute.