public abstract class BooneIOException
extends java.io.IOException
| Modifier and Type | Class and Description |
|---|---|
static class |
BooneIOException.Parsing
Exception while reading / parsing a file.
|
static class |
BooneIOException.Writing
General exception during write.
|
| Constructor and Description |
|---|
BooneIOException() |
BooneIOException(java.lang.String message) |
BooneIOException(java.lang.String message,
java.lang.Throwable t) |
BooneIOException(java.lang.Throwable t) |