|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jdo.impl.enhancer.classfile.ClassAttribute
org.apache.jdo.impl.enhancer.classfile.ExceptionsAttribute
public class ExceptionsAttribute
ExceptionsAttribute represents a method attribute in a class file listing the checked exceptions for the method.
| Field Summary | |
|---|---|
static java.lang.String |
expectedAttrName
|
| Constructor Summary | |
|---|---|
ExceptionsAttribute(ConstUtf8 attrName,
ConstClass exc)
Convenience Constructor - for single exception |
|
ExceptionsAttribute(ConstUtf8 attrName,
java.util.Vector excTable)
Constructor |
|
| Method Summary | |
|---|---|
java.util.Enumeration |
exceptions()
Return an enumeration of the checked exceptions |
java.util.Vector |
getExceptions()
Returns the vector of the checked exceptions. |
boolean |
isEqual(java.util.Stack msg,
java.lang.Object obj)
Compares this instance with another for structural equality. |
| Methods inherited from class org.apache.jdo.impl.enhancer.classfile.ClassAttribute |
|---|
attrName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String expectedAttrName
| Constructor Detail |
|---|
public ExceptionsAttribute(ConstUtf8 attrName,
java.util.Vector excTable)
public ExceptionsAttribute(ConstUtf8 attrName,
ConstClass exc)
| Method Detail |
|---|
public java.util.Enumeration exceptions()
public java.util.Vector getExceptions()
public boolean isEqual(java.util.Stack msg,
java.lang.Object obj)
isEqual in class ClassAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||