Class CodeException

java.lang.Object
org.jd.core.v1.model.classfile.attribute.CodeException

public class CodeException extends Object
  • Field Details

    • index

      protected int index
    • startPc

      protected int startPc
    • endPc

      protected int endPc
    • handlerPc

      protected int handlerPc
    • catchType

      protected int catchType
  • Constructor Details

    • CodeException

      public CodeException(int index, int startPc, int endPc, int handlerPc, int catchType)
  • Method Details

    • getStartPc

      public int getStartPc()
    • getEndPc

      public int getEndPc()
    • getHandlerPc

      public int getHandlerPc()
    • getCatchType

      public int getCatchType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object