Class ExceptionRange

java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ExceptionRange

public class ExceptionRange extends Object
ExceptionRange represents a range an exception handler within a method in class file.
  • Constructor Details

  • Method Details

    • startPC

      public InsnTarget startPC()
      return the start of the exception hander (inclusive)
    • endPC

      public InsnTarget endPC()
      return the end of the exception hander (exclusive)
    • handlerPC

      public InsnTarget handlerPC()
      return the exception handler code
    • catchType

      public ConstClass catchType()
      return the exception specification a null return value means a catch of any (try/finally)