Home
last modified time | relevance | path

Searched refs:MyException (Results 1 – 3 of 3) 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
DMain.java56 } catch (MyException me) {} in main()
101 throw new MyException(); in nestedMayThrow()
/art/tools/
Dstream-trace-converter.py23 class MyException(Exception): class
81 raise MyException("Magic wrong")
87 raise MyException("Does not seem to be a streaming trace: %d." % version)
91 raise MyException("Only support version 3")
142 raise MyException("Unknown special!")