©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| java.lang.Object | ||||
| java.lang.Throwable | Serializable | |||
| java.lang.Exception | ||||
| java.io.IOException | ||||
This IO exception is thrown when a program encounters some sort I/O error. Details may be specified in the constructor or by one of the subclasses.
Known Direct Subclasses
Known Indirect Subclasses| IOException() | ||||||
| Constructs a new instance of this class with its walkback filled in. | ||||||
| IOException(String detailMessage) | ||||||
| Constructs a new instance of this class with its walkback and message filled in. | ||||||
Methods inherited
from class
java.lang.Throwable
Methods inherited
from class
java.lang.Object
| detailMessage | The detail message for the exception. |
|---|