|--Throwable |--Error |--Exception |--RuntimeException
虛擬機
建立
調用者
String getMessage(); String toString(); void printStackTrace();
public class XXXException extends Exception{ }