に疑問がありException with Inheritance
ます。
どうして
public class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException
その後
public class IndexOutOfBoundsException extends RuntimeException
その後
public class RuntimeException extends Exception
なぜだめですか
public class ArrayIndexOutOfBoundsException extends Exception
この階層が維持される理由.. ガイダンスは役に立ちますか?