Class MethodTooLargeException

    • Constructor Detail

      • MethodTooLargeException

        public MethodTooLargeException​(String className,
                                       String methodName,
                                       String descriptor,
                                       int codeSize)
    • Method Detail

      • getClassName

        public String getClassName()
      • getMethodName

        public String getMethodName()
      • getDescriptor

        public String getDescriptor()
      • getCodeSize

        public int getCodeSize()