Searched refs:MyException (Results 1 – 3 of 3) sorted by relevance
17 public class MyException extends RuntimeException { class18 public MyException() { in MyException() method in MyException21 public MyException(String msg) { in MyException() method in MyException
56 } catch (MyException me) {} in main()101 throw new MyException(); in nestedMayThrow()
23 class MyException(Exception): class81 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!")