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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandles.java1024 throw new MemberName(refc).makeAccessException("symbolic reference class is not public", this);
1129 throw m.makeAccessException(message, this);
1139 throw m.makeAccessException(message, this);
1151 throw m.makeAccessException("unexpected set of a final field", this);
1165 throw m.makeAccessException(accessFailedMessage(refc, m), this);
1201 makeAccessException("no private access for invokespecial", this);
1220 throw method.makeAccessException("caller class must be a subclass below the method", caller);
H A DMethodHandle.java1248 throw member.makeAccessException("cannot make variable arity", null);
H A DMemberName.java734 public IllegalAccessException makeAccessException(String message, Object from) { method in class:MemberName
749 public ReflectiveOperationException makeAccessException() { method in class:MemberName
875 ReflectiveOperationException ex = result.makeAccessException();

Completed in 44 milliseconds