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 int
end
private int
exceptionIndex
private java.lang.String
exceptionType
private StackFrame
frame
private int
handler
private int
start
-
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) int
getEnd()
(package private) int
getExceptionIndex()
java.lang.String
getExceptionType()
(package private) StackFrame
getFrame()
(package private) int
getHandler()
(package private) int
getStart()
(package private) void
setEnd(int end)
(package private) void
setHandler(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()
-
-