Throwable | JDK 1.0 |
java.lang | serializable |
Synopsis | ^ ? |
public class | Throwable implements Serializable { |
// Public Constructors |
![]() |
); |
![]() |
String message); |
// Property Accessor Methods (by property name) |
![]() |
); | default:null |
![]() |
); | default:null |
// Public Instance Methods |
![]() |
); | native |
![]() |
); |
![]() |
PrintStream s); |
![]() |
PrintWriter s); |
// Public methods overriding Object |
![]() |
); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() | ||||
![]() | ||||||
![]() | Throwable | ![]() | ![]() | ![]() | Serializable | ![]() |
Subclasses | ^ ? |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
localizedMessage | String | get | null | read-only |
message | String | get | null | read-only |
Inherited Properties | ^ ? |
Object: | class |
Inherited Methods | ^ ? |
Object: | clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait() |
Passed To | ^ ? |
Returned By | ^ ? |
Thrown By | ^ ? |
Uses | ^ ? |
Used By | ^ ? |