org.apache.empire.db.exceptions
Class FieldValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.empire.exceptions.EmpireException
                  extended by org.apache.empire.db.exceptions.FieldValueException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FieldIllegalValueException

public abstract class FieldValueException
extends EmpireException

See Also:
Serialized Form

Constructor Summary
protected FieldValueException(DBColumn column, ErrorType errType, String[] params, Throwable cause)
           
 
Method Summary
 DBColumn getColumn()
           
 
Methods inherited from class org.apache.empire.exceptions.EmpireException
getErrorParams, getErrorType, log
 
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

FieldValueException

protected FieldValueException(DBColumn column,
                              ErrorType errType,
                              String[] params,
                              Throwable cause)
Method Detail

getColumn

public DBColumn getColumn()


Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.