Package org.jboss.classfilewriter.code
Class ExceptionHandler
- java.lang.Object
-
- org.jboss.classfilewriter.code.ExceptionHandler
-
public class ExceptionHandler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intendprivate intexceptionIndexprivate java.lang.StringexceptionTypeprivate StackFrameframeprivate inthandlerprivate intstart
-
Constructor Summary
Constructors Constructor Description ExceptionHandler(int start, int exceptionIndex, java.lang.String exceptionType, StackFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetEnd()(package private) intgetExceptionIndex()java.lang.StringgetExceptionType()(package private) StackFramegetFrame()(package private) intgetHandler()(package private) intgetStart()(package private) voidsetEnd(int end)(package private) voidsetHandler(int handler)
-
-
-
Field Detail
-
start
private final int start
-
exceptionIndex
private final int exceptionIndex
-
exceptionType
private final java.lang.String exceptionType
-
frame
private final StackFrame frame
-
end
private int end
-
handler
private int handler
-
-
Constructor Detail
-
ExceptionHandler
ExceptionHandler(int start, int exceptionIndex, java.lang.String exceptionType, StackFrame frame)
-
-
Method Detail
-
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 java.lang.String getExceptionType()
-
-