1
2
interface XInter {
}
class XException extends Exception { }
class YExecption extends RuntimeException { }
3
4
5
6
7
8
9