calhoun.util
Class DataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by calhoun.util.ConfigException
                  extended by calhoun.util.DataException
All Implemented Interfaces:
java.io.Serializable

public class DataException
extends ConfigException

Exception type for data errors. It is unchecked to simplify error handling in other Java code. It is a wrapper for problems that are generally attributable to bad data in the database. It is a subclass of ConfigException. You should assume error messages will be viewed by the user.

See Also:
Serialized Form

Constructor Summary
DataException(java.lang.String arg0)
           
DataException(java.lang.String arg0, java.lang.Throwable arg1)
           
DataException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataException

public DataException(java.lang.String arg0)

DataException

public DataException(java.lang.String arg0,
                     java.lang.Throwable arg1)

DataException

public DataException(java.lang.Throwable arg0)