Searched refs:attemptedType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 38 milliseconds