jrre.classloader.classfile.attributes
Class ExceptionAttribute

java.lang.Object
  |
  +--jrre.classloader.classfile.attributes.Attribute
        |
        +--jrre.classloader.classfile.attributes.ExceptionAttribute

public class ExceptionAttribute
extends Attribute


Field Summary
 
Fields inherited from class jrre.classloader.classfile.attributes.Attribute
attributeLength, nameIndex
 
Constructor Summary
ExceptionAttribute()
           
ExceptionAttribute(int nameIndex, int length, int exceptionCount, int[] exceptionIndexTableArray)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionAttribute

public ExceptionAttribute()

ExceptionAttribute

public ExceptionAttribute(int nameIndex,
                          int length,
                          int exceptionCount,
                          int[] exceptionIndexTableArray)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2002 Appalachian State University. All Rights Reserved.