com.attask.common
Class FunctionNotFoundException

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.FunctionNotFoundException
All Implemented Interfaces:
ApplicationErrorCodes, AtTaskThrowable, java.io.Serializable

public class FunctionNotFoundException
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
FunctionNotFoundException(java.lang.String functionName)
           
 
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

FunctionNotFoundException

public FunctionNotFoundException(java.lang.String functionName)


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