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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DReflect.java38 private static class ReflectionError extends Error { class in class:Reflect
40 ReflectionError(Throwable x) { method in class:Reflect.ReflectionError
62 throw new ReflectionError(x);
64 throw new ReflectionError(x);
72 throw new ReflectionError(x);
74 throw new ReflectionError(x);
76 throw new ReflectionError(x);
90 throw new ReflectionError(x);
92 throw new ReflectionError(x);
100 throw new ReflectionError(
[all...]

Completed in 29 milliseconds