|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
sofya.base.exceptions.BadFileFormatException
sofya.base.exceptions.DatabaseEOFException
public class DatabaseEOFException
Exception that indicates that the end of a database file was encountered prematurely.
| Constructor Summary | |
|---|---|
DatabaseEOFException()
Creates a new end of file exception. |
|
DatabaseEOFException(java.lang.String msg)
Creates a new end of file exception with a message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Displays the message associated with this exception. |
| Methods inherited from class sofya.base.exceptions.BadFileFormatException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, 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 DatabaseEOFException()
public DatabaseEOFException(java.lang.String msg)
msg - Message associated with this end of file exception.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||