Class CodeException

    • Constructor Detail

      • CodeException

        public CodeException​(int start_pc,
                             int end_pc,
                             int handler_pc,
                             int catch_type)
    • Method Detail

      • getCatchType

        public final int getCatchType()
      • getEndPC

        public final int getEndPC()
      • getHandlerPC

        public final int getHandlerPC()
      • getStartPC

        public final int getStartPC()
      • setCatchType

        public final void setCatchType​(int catch_type)
      • setEndPC

        public final void setEndPC​(int end_pc)
      • setHandlerPC

        public final void setHandlerPC​(int handler_pc)
      • setStartPC

        public final void setStartPC​(int start_pc)