|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--suncertify.db.DataBaseException | +--suncertify.db.IncorrectDataFile
Exception class for signalization that data base file is incorrect
Constructor Summary | |
IncorrectDataFile()
Empty contructor |
|
IncorrectDataFile(java.lang.String message)
One prameter contructor, with the message as param |
|
IncorrectDataFile(java.lang.String message,
java.lang.Throwable cause)
Contructor for chaining exception throwing |
|
IncorrectDataFile(java.lang.Throwable cause)
Contructor for chaining exception throwing |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IncorrectDataFile()
public IncorrectDataFile(java.lang.String message)
message
- exception messagepublic IncorrectDataFile(java.lang.String message, java.lang.Throwable cause)
message
- exception messagecause
- exception causepublic IncorrectDataFile(java.lang.Throwable cause)
cause
- exceptinon cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |