Searched defs:attemptedValue (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DUnsafeFieldAccessorImpl.java71 String attemptedValue)
73 throw new IllegalAccessException(getSetMessage(attemptedType, attemptedValue));
144 protected String getSetMessage(String attemptedType, String attemptedValue) { argument
151 if (attemptedValue.length() > 0) {
152 err += "(" + attemptedType + ")" + attemptedValue;
163 String attemptedValue) {
164 throw new IllegalArgumentException(getSetMessage(attemptedType,attemptedValue));
70 throwFinalFieldIllegalAccessException(String attemptedType, String attemptedValue) argument
162 throwSetIllegalArgumentException(String attemptedType, String attemptedValue) argument

Completed in 31 milliseconds