![]() |
|
Contents |
Public Member Functions | |
| ClassNotFoundException () | |
| Constructs a new instance of this class with its walkback filled in. | |
| ClassNotFoundException (String detailMessage) | |
| Constructs a new instance of this class with its walkback and message filled in. | |
| ClassNotFoundException (String detailMessage, Throwable exception) | |
| Constructs a new instance of this class with its walkback, message and exception filled in. | |
| Throwable | getException () |
| Answers the exception which occurred when loading the class. | |
| Throwable | getCause () |
| Answers the cause of this Throwable, or null if there is no cause. | |
Private Attributes | |
| Throwable | ex |
Static Private Attributes | |
| static final long | serialVersionUID = 9176873029745254542L |
Constructs a new instance of this class with its walkback filled in.
| ClassNotFoundException | ( | String | detailMessage | ) |
Constructs a new instance of this class with its walkback and message filled in.
| detailMessage | String The detail message for the exception. |
| ClassNotFoundException | ( | String | detailMessage, | |
| Throwable | exception | |||
| ) |
Constructs a new instance of this class with its walkback, message and exception filled in.
| detailMessage | String The detail message for the exception. | |
| exception | Throwable The exception which occurred while loading the class. |
| Throwable getException | ( | ) |
Answers the exception which occurred when loading the class.
| Throwable getCause | ( | ) |
final long serialVersionUID = 9176873029745254542L [static, private] |
Reimplemented from Exception.