Class ClassTooLargeException

    • Constructor Detail

      • ClassTooLargeException

        public ClassTooLargeException​(String className,
                                      int constantPoolCount)
        Constructs a new ClassTooLargeException.
        Parameters:
        className - the internal name of the class.
        constantPoolCount - the number of constant pool items of the class.
    • Method Detail

      • getClassName

        public String getClassName()
        Returns the internal name of the class.
        Returns:
        the internal name of the class.
      • getConstantPoolCount

        public int getConstantPoolCount()
        Returns the number of constant pool items of the class.
        Returns:
        the number of constant pool items of the class.