{ "name": "IllegalFieldAccessException", "comment": "An illegal access has been performed on a field.", "javadoc": "An illegal access has been performed on a field.", "static": false, "implements": [], "extends": "java.lang.RuntimeException", "fields": [], "methods": [ { "name": "\u003cinit\u003e", "comment": "Construct an illegal field access exception", "javadoc": "Construct an illegal field access exception", "static": false, "params": [], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] }, { "name": "\u003cinit\u003e", "comment": "Construct an illegal field access exception\n with a specific message", "javadoc": "Construct an illegal field access exception\n with a specific message", "static": false, "params": [ { "name": "msg", "type_long": "java.lang.String", "type_short": "String", "comment": "" } ], "return": { "type_long": "void", "type_short": "void", "comment": "" }, "throws": [] } ] }