Class 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.
    • 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