Throwable类中的getMessage()方法用于返回此throwable 的详细消息字符串
举一反三
- 下列方法中,不属于Throwable类的方法是()。 A: printMessage B: getMessage C: toString D: fillStackTrace
- Throwable类中的printStackTrace ()方法用于将此throwable及其追踪输出至标准错误流。
- pubic throwable(string message)构造函数的getmessage()方法,对无参数构造函数而言,用它返回的是 【9】 。
- public throwable(string message)构造函数包括getmessage()方法,用来返回带参数构造函数创建异常时的 【10】 。
- Throwable类中的printStackTrace(PrintStream s)方法用于将此throwable及其追踪输出至标准错误流。( )