org.apache.empire.db.exceptions
Class FieldIllegalValueException

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
                      extended by org.apache.empire.db.exceptions.FieldIllegalValueException
All Implemented Interfaces:
Serializable

public class FieldIllegalValueException
extends FieldValueException

See Also:
Serialized Form

Field Summary
static ErrorType errorType
           
 
Constructor Summary
FieldIllegalValueException(Column column, String value)
           
FieldIllegalValueException(Column column, String value, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.empire.db.exceptions.FieldValueException
getColumn, getColumnTitle
 
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
 

Field Detail

errorType

public static final ErrorType errorType
Constructor Detail

FieldIllegalValueException

public FieldIllegalValueException(Column column,
                                  String value,
                                  Throwable cause)

FieldIllegalValueException

public FieldIllegalValueException(Column column,
                                  String value)


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