edu.iu.iv.core.persistence
Class PersistenceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.iu.iv.core.persistence.PersistenceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IncorrectFormatException, PersisterNotFoundException

public class PersistenceException
extends java.lang.Exception

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.

Version:
0.1
Author:
Team IVC
See Also:
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

PersistenceException

public PersistenceException()

PersistenceException

public PersistenceException(java.lang.String message)