com.attask.common
Class FieldValueTooLargeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.attask.common.AtTaskException
              extended by com.attask.common.ModelValidationException
                  extended by com.attask.common.FieldValueTooLargeException
All Implemented Interfaces:
ApplicationErrorCodes, AtTaskThrowable, java.io.Serializable

public class FieldValueTooLargeException
extends ModelValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.attask.common.AtTaskException
_code, _errorIndex, _msgKey, _titleKey, _values
 
Fields inherited from interface com.attask.common.ApplicationErrorCodes
ACCESS_DENIED_ERROR, AUTHENTICATION_ERROR, BAD_DEFINITION_FILE_ERROR, BSF_EXCEPTION, BUSINESS_RULE_ERROR, DATABASE_ERROR, ERROR_LOG_THRESHOLD, INVALID_PARAMETER_ERROR, INVALID_PREFERENCE_ERROR, INVALID_TIMELINE_STRUCTURE_ERROR, MODEL_VALIDATION_ERROR, NO_RECORD_FOUND_ERROR, PASSWORD_EXCEPTION, SYSTEM_CONFIGURATION_ERROR, TIMELINE_CALCULATION_ERROR, UNIQUE
 
Constructor Summary
FieldValueTooLargeException(java.lang.String fieldname, double value, double max)
           
FieldValueTooLargeException(java.lang.String fieldname, long value, long max)
           
 
Method Summary
 
Methods inherited from class com.attask.common.ModelValidationException
getExceptions
 
Methods inherited from class com.attask.common.AtTaskException
getCode, getErrorIndex, getMessage, getMsgKey, getStackTraceAsString, getTitle, getTitleKey, getValues, printStackTrace, setCode, setErrorIndex, setMsgKey, setTitleKey, setValues, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldValueTooLargeException

public FieldValueTooLargeException(java.lang.String fieldname,
                                   long value,
                                   long max)

FieldValueTooLargeException

public FieldValueTooLargeException(java.lang.String fieldname,
                                   double value,
                                   double max)


Copyright © 2006-2009 AtTask, Inc. All Rights Reserved.