Uses of Class
org.openfast.error.ErrorCode

Packages that use ErrorCode
org.openfast   
org.openfast.error   
org.openfast.session   
 

Uses of ErrorCode in org.openfast
 

Methods in org.openfast with parameters of type ErrorCode
static void Global.handleError(ErrorCode error, java.lang.String message)
           
static void Global.handleError(ErrorCode error, java.lang.String message, java.lang.Throwable source)
           
 

Uses of ErrorCode in org.openfast.error
 

Fields in org.openfast.error declared as ErrorCode
static ErrorCode FastConstants.D1_FIELD_APP_INCOMP
           
static ErrorCode FastConstants.D2_INT_OUT_OF_RANGE
           
static ErrorCode FastConstants.D3_CANT_ENCODE_VALUE
           
static ErrorCode FastConstants.D4_INVALID_TYPE
           
static ErrorCode FastConstants.D5_NO_DEFAULT_VALUE
           
static ErrorCode FastConstants.D6_MNDTRY_FIELD_NOT_PRESENT
           
static ErrorCode FastConstants.D7_SUBTRCTN_LEN_LONG
           
static ErrorCode FastConstants.D8_TEMPLATE_NOT_EXIST
           
static ErrorCode FastConstants.D9_TEMPLATE_NOT_REGISTERED
           
static ErrorCode FastConstants.GENERAL_ERROR
           
static ErrorCode FastConstants.IMPOSSIBLE_EXCEPTION
           
static ErrorCode FastConstants.IO_ERROR
           
static ErrorCode FastConstants.PARSE_ERROR
           
static ErrorCode FastConstants.R1_LARGE_DECIMAL
           
static ErrorCode FastConstants.R4_NUMERIC_VALUE_TOO_LARGE
           
static ErrorCode FastConstants.R5_DECIMAL_CANT_CONVERT_TO_INT
           
static ErrorCode FastConstants.R7_PMAP_OVERLONG
           
static ErrorCode FastConstants.R8_PMAP_TOO_MANY_BITS
           
static ErrorCode FastConstants.R9_STRING_OVERLONG
           
static ErrorCode FastConstants.S1_INVALID_XML
           
static ErrorCode FastConstants.S2_OPERATOR_TYPE_INCOMP
           
static ErrorCode FastConstants.S3_INITIAL_VALUE_INCOMP
           
static ErrorCode FastConstants.S4_NO_INITIAL_VALUE_FOR_CONST
           
static ErrorCode FastConstants.S5_NO_INITVAL_MNDTRY_DFALT
           
 

Methods in org.openfast.error that return ErrorCode
static ErrorCode ErrorCode.getAlertCode(Message alertMsg)
           
 ErrorCode FastException.getCode()
           
 ErrorCode FastDynamicError.getError()
           
 

Methods in org.openfast.error with parameters of type ErrorCode
 void ErrorHandler.error(ErrorCode code, java.lang.String message)
           
 void ErrorHandler.error(ErrorCode code, java.lang.String message, java.lang.Throwable t)
           
 

Constructors in org.openfast.error with parameters of type ErrorCode
FastDynamicError(ErrorCode error)
           
FastException(java.lang.String message, ErrorCode code)
           
FastException(java.lang.String message, ErrorCode code, java.lang.Throwable cause)
           
 

Uses of ErrorCode in org.openfast.session
 

Fields in org.openfast.session declared as ErrorCode
static ErrorCode SessionConstants.CLOSE
           
static ErrorCode SessionConstants.PROTCOL_ERROR
           
static ErrorCode SessionConstants.TEMPLATE_NOT_SUPPORTED
           
static ErrorCode SessionConstants.TEMPLATE_UNKNOWN
           
static ErrorCode SessionConstants.UNAUTHORIZED
           
static ErrorCode SessionConstants.UNDEFINED
           
 

Methods in org.openfast.session with parameters of type ErrorCode
 void Session.close(ErrorCode alertCode)
           
static Message SessionControlProtocol_1_1.createFastAlertMessage(ErrorCode code)
           
 void Session.error(ErrorCode code, java.lang.String message)
           
 void Session.error(ErrorCode code, java.lang.String message, java.lang.Throwable t)
           
 void SessionProtocol.onError(Session session, ErrorCode code, java.lang.String message)
           
 void SessionControlProtocol_1_1.onError(Session session, ErrorCode code, java.lang.String message)
           
 



Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.