com.objectwave.exception
Class DataValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.objectwave.exception.DataValidationException
All Implemented Interfaces:
java.io.Serializable

public class DataValidationException
extends java.lang.Exception

A generic exception to represent any situation that where the provided data is incorrect.

Version:
$Id: DataValidationException.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
See Also:
Serialized Form

Constructor Summary
DataValidationException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataValidationException

public DataValidationException(java.lang.String message)