All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class classinfo.attribute.Exceptions

java.lang.Object
   |
   +----classinfo.attribute.AttributeInfo
           |
           +----classinfo.attribute.Exceptions

public class Exceptions
extends AttributeInfo

Variable Index

 o ATTRIBUTE_NAME

Constructor Index

 o Exceptions(ConstantPoolReference, int, BufManager, Vector)

Method Index

 o toString()
 o toString(String)
 o write(DataOutputStream)

Variables

 o ATTRIBUTE_NAME
 public static final String ATTRIBUTE_NAME

Constructors

 o Exceptions
 public Exceptions(ConstantPoolReference nameIndex,
                   int length,
                   BufManager bufm,
                   Vector CPTable) throws IOException

Methods

 o write
 public void write(DataOutputStream out) throws IOException
Overrides:
write in class AttributeInfo
 o toString
 public String toString()
Overrides:
toString in class AttributeInfo
 o toString
 public String toString(String indent)
Overrides:
toString in class AttributeInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index