org.dftproject.genesis.core.data
Class DataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dftproject.genesis.core.data.DataException
All Implemented Interfaces:
java.io.Serializable

public class DataException
extends java.lang.Exception

DataException is the exception thrown by data objects.

See Also:
Serialized Form

Constructor Summary
DataException()
           
 
Method Summary
 
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

DataException

public DataException()