Package de.inetsoftware.classparser
Class Exceptions
- java.lang.Object
-
- de.inetsoftware.classparser.Exceptions
-
public class Exceptions extends java.lang.Object
Exceptions attribute of methods.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConstantClass[]
classes
-
Constructor Summary
Constructors Constructor Description Exceptions(java.io.DataInputStream input, ConstantPool constantPool)
Read the Exceptions structure.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstantClass[]
getClasses()
-
-
-
Field Detail
-
classes
ConstantClass[] classes
-
-
Constructor Detail
-
Exceptions
Exceptions(java.io.DataInputStream input, ConstantPool constantPool) throws java.io.IOException
Read the Exceptions structure. http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.7.5 http://docs.oracle.com/javase/specs/jvms/se5.0/html/ClassFile.doc.html#3129- Parameters:
input
-constantPool
-- Throws:
java.io.IOException
-
-
Method Detail
-
getClasses
public ConstantClass[] getClasses()
-
-