Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DReflectionUtils.java80 public static class ReflectionException extends Exception { class in ReflectionUtils
81 public ReflectionException() { in ReflectionException() method in ReflectionUtils.ReflectionException
85 public ReflectionException(String message) { in ReflectionException() method in ReflectionUtils.ReflectionException
89 public ReflectionException(String message, Throwable cause) { in ReflectionException() method in ReflectionUtils.ReflectionException
93 public ReflectionException(Throwable cause) { in ReflectionException() method in ReflectionUtils.ReflectionException