The Encog Project

org.encog.util.orm
Class DataValidateError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.encog.EncogError
                  extended by org.encog.util.orm.DataValidateError
All Implemented Interfaces:
java.io.Serializable

public class DataValidateError
extends EncogError

Thrown when something attempts to persist and invalid object.

Author:
jheaton
See Also:
Serialized Form

Constructor Summary
DataValidateError(java.lang.String message)
          Construct a data validation error.
 
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

DataValidateError

public DataValidateError(java.lang.String message)
Construct a data validation error.

Parameters:
message - The message.

The Encog Project