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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DReflectionUtils.java32 @Nullable Class<?>... params) throws ReflectionException {
36 throw new ReflectionException(e);
42 @Nullable Object... args) throws ReflectionException {
51 throw new ReflectionException(ex);
80 public static class ReflectionException extends Exception { class in class:ReflectionUtils
81 public ReflectionException() { method in class:ReflectionUtils.ReflectionException
85 public ReflectionException(String message) { method in class:ReflectionUtils.ReflectionException
89 public ReflectionException(String message, Throwable cause) { method in class:ReflectionUtils.ReflectionException
93 public ReflectionException(Throwable cause) { method in class:ReflectionUtils.ReflectionException

Completed in 84 milliseconds