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

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DUnsafeFieldAccessorImpl.java73 throw new IllegalAccessException(getSetMessage(attemptedType, attemptedValue));
144 protected String getSetMessage(String attemptedType, String attemptedValue) { method in class:UnsafeFieldAccessorImpl
164 throw new IllegalArgumentException(getSetMessage(attemptedType,attemptedValue));

Completed in 29 milliseconds