Package org.jboss.classfilewriter.code
Class ExceptionHandler
java.lang.Object
org.jboss.classfilewriter.code.ExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final intprivate final Stringprivate final StackFrameprivate intprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionExceptionHandler(int start, int exceptionIndex, String exceptionType, StackFrame frame) -
Method Summary
Modifier and TypeMethodDescription(package private) intgetEnd()(package private) int(package private) StackFramegetFrame()(package private) int(package private) intgetStart()(package private) voidsetEnd(int end) (package private) voidsetHandler(int handler)
-
Field Details
-
start
private final int start -
exceptionIndex
private final int exceptionIndex -
exceptionType
-
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
-