Package org.glassfish.rmic.tools.asm
Class CatchData
- java.lang.Object
-
- org.glassfish.rmic.tools.asm.CatchData
-
public final class CatchData extends java.lang.Object
WARNING: 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 Label
getLabel()
Get the labeljava.lang.Object
getType()
Get the clazz
-