Class ExceptionHandler

java.lang.Object
org.jboss.classfilewriter.code.ExceptionHandler

public class ExceptionHandler extends Object
  • Field Details

    • start

      private final int start
    • exceptionIndex

      private final int exceptionIndex
    • exceptionType

      private final String exceptionType
    • frame

      private final StackFrame frame
    • end

      private int end
    • handler

      private int handler
  • Constructor Details

    • ExceptionHandler

      ExceptionHandler(int start, int exceptionIndex, String exceptionType, StackFrame frame)
  • Method Details

    • getEnd

      int getEnd()
    • setEnd

      void setEnd(int end)
    • getHandler

      int getHandler()
    • setHandler

      void setHandler(int handler)
    • getStart

      int getStart()
    • getExceptionIndex

      int getExceptionIndex()
    • getFrame

      StackFrame getFrame()
    • getExceptionType

      public String getExceptionType()