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, FieldIsReadOnlyException, FieldNotNullException, FieldValueTooLongException

public abstract class FieldValueException
extends EmpireException

See Also:
Serialized Form

Constructor Summary
protected FieldValueException(Column column, ErrorType errType, String[] params)
           
protected FieldValueException(Column column, ErrorType errType, String[] params, Throwable cause)
           
 
Method Summary
 Column getColumn()
           
protected static String getColumnTitle(Column column)
           
 
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(Column column,
                              ErrorType errType,
                              String[] params,
                              Throwable cause)

FieldValueException

protected FieldValueException(Column column,
                              ErrorType errType,
                              String[] params)
Method Detail

getColumnTitle

protected static String getColumnTitle(Column column)

getColumn

public Column getColumn()


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