class MyException extends Exception { public MyException() { super(); } public MyException(String s) { super(s); } }
No comments:
Post a Comment