|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| UncheckedIOException (IOException ioe) | |
| void | throwCheckedException () throws IOException |
| String | getMessage () |
| String | getLocalizedMessage () |
| Throwable | getCause () |
| Throwable | initCause (Throwable cause) throws IllegalArgumentException, IllegalStateException |
| String | toString () |
| void | printStackTrace () |
| void | printStackTrace (PrintStream s) |
| void | printStackTrace (PrintWriter s) |
| Throwable | fillInStackTrace () |
| StackTraceElement[] | getStackTrace () |
| void | setStackTrace (StackTraceElement[] stackTrace) throws NullPointerException |
Private Attributes | |
| IOException | ioe |
This class provides an unchecked version of IOException. It is generally preferable to use IOException directly, but this class can be useful in contexts where an interface does not allow one to throw checked exceptions.
| joshua.util.io.UncheckedIOException.UncheckedIOException | ( | IOException | ioe | ) |
| Throwable joshua.util.io.UncheckedIOException.fillInStackTrace | ( | ) |
| Throwable joshua.util.io.UncheckedIOException.getCause | ( | ) |
| StackTraceElement [] joshua.util.io.UncheckedIOException.getStackTrace | ( | ) |
| Throwable joshua.util.io.UncheckedIOException.initCause | ( | Throwable | cause | ) | throws IllegalArgumentException, IllegalStateException |
| void joshua.util.io.UncheckedIOException.printStackTrace | ( | PrintStream | s | ) |
| void joshua.util.io.UncheckedIOException.printStackTrace | ( | PrintWriter | s | ) |
| void joshua.util.io.UncheckedIOException.setStackTrace | ( | StackTraceElement[] | stackTrace | ) | throws NullPointerException |
| void joshua.util.io.UncheckedIOException.throwCheckedException | ( | ) | throws IOException |
Unwrap this object and return the underlying IOException.
| String joshua.util.io.UncheckedIOException.toString | ( | ) |
IOException joshua.util.io.UncheckedIOException.ioe [private] |