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.java106 public static class ReflectionException extends Exception { class in ReflectionUtils
107 public ReflectionException() { in ReflectionException() method in ReflectionUtils.ReflectionException
111 public ReflectionException(String message) { in ReflectionException() method in ReflectionUtils.ReflectionException
115 public ReflectionException(String message, Throwable cause) { in ReflectionException() method in ReflectionUtils.ReflectionException
119 public ReflectionException(Throwable cause) { in ReflectionException() method in ReflectionUtils.ReflectionException