Package org.glassfish.rmic.tools.asm
Class CatchData
- java.lang.Object
-
- org.glassfish.rmic.tools.asm.CatchData
-
public final class CatchData extends java.lang.ObjectWARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
-
-
Constructor Summary
Constructors Constructor Description CatchData(java.lang.Object type)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelgetLabel()Get the labeljava.lang.ObjectgetType()Get the clazz
-