Package aQute.bnd.classfile
Class CodeAttribute.ExceptionHandler
- java.lang.Object
-
- aQute.bnd.classfile.CodeAttribute.ExceptionHandler
-
- Enclosing class:
- CodeAttribute
public static class CodeAttribute.ExceptionHandler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringcatch_typeintend_pcinthandler_pcintstart_pc
-
Constructor Summary
Constructors Constructor Description ExceptionHandler(int start_pc, int end_pc, int handler_pc, java.lang.String catch_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-