Home
last modified time | relevance | path

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

/art/test/088-monitor-verification/src/
DMyException.java17 public class MyException extends RuntimeException { class
18 public MyException() { in MyException() method in MyException
21 public MyException(String msg) { in MyException() method in MyException
/art/tools/
Dstream-trace-converter.py23 class MyException(Exception): class