|
|||||||||||
| 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
|
+--edu.iu.iv.core.persistence.PersistenceException
All exceptions that are not java Exceptions must be PersistenceException. An example for the usage of this class is the IncorrectFormatException, which extends PersistenceException. This way all PersistenceExceptions raised from the persistence side can be handled by the plugins that use the persistence layer, eg: LoadPlugin that does file load.
IncorrectFormatException,
edu.iu.iv.gui.LoadPlugin,
Serialized Form| Constructor Summary | |
PersistenceException()
|
|
PersistenceException(java.lang.String message)
|
|
| 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 PersistenceException()
public PersistenceException(java.lang.String message)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||