public class ReaderException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ReaderException(java.lang.String string) |
ReaderException(java.lang.String message,
java.lang.Exception causeE)
Constructor for creating an Exception for all Exceptions caused by reading files.
|
private static final long serialVersionUID
public ReaderException(java.lang.String message,
java.lang.Exception causeE)
causeE - The original exception caused by java.message - The message to set.public ReaderException(java.lang.String string)
string - msg.