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

/openjdk7/jdk/src/share/classes/java/beans/
H A DIntrospector.java513 if (throwsException(method, PropertyVetoException.class)) {
520 if (throwsException(method, PropertyVetoException.class)) {
1055 if (throwsException(addMethod,
1419 private boolean throwsException(Method method, Class exception) { method in class:Introspector

Completed in 33 milliseconds