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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java70 public static class StaticMethodNotImplementedException extends RuntimeException { class in class:Bridge
73 public StaticMethodNotImplementedException(String msg) { method in class:Bridge.StaticMethodNotImplementedException
246 throw new StaticMethodNotImplementedException(signature);

Completed in 19 milliseconds