|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.penguinwerks.jodene.data.DataReadingException
A DataReadingException is thrown to indicate an error during data reading.
| Constructor Summary | |
DataReadingException()
Default constructor. |
|
DataReadingException(java.lang.String arg0)
Constructor with the message. |
|
DataReadingException(java.lang.String arg0,
java.lang.Throwable arg1)
Constructor with the message and the exception which generated this exception. |
|
DataReadingException(java.lang.Throwable arg0)
Constructor with the generating exception. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DataReadingException()
public DataReadingException(java.lang.String arg0)
arg0 - The message
public DataReadingException(java.lang.String arg0,
java.lang.Throwable arg1)
arg0 - The message stringarg1 - The parent exception.public DataReadingException(java.lang.Throwable arg0)
arg0 - The exception that percipitated this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||