Uses of Class
com.epam.mdp.full.error.FastError

Packages that use FastError
com.epam.mdp.full.error   
 

Uses of FastError in com.epam.mdp.full.error
 

Fields in com.epam.mdp.full.error declared as FastError
static FastError ErrorConstants.D1_FIELD_APP_INCOMP
           
static FastError ErrorConstants.D10_TYPE_NOT_STRING
           
static FastError ErrorConstants.D11_SYNTAX_NOT_FOLLOW_RULES
           
static FastError ErrorConstants.D12_BLOCK_LENGTH_START_ZERO
           
static FastError ErrorConstants.D2_INT_OUT_OF_RANGE
           
static FastError ErrorConstants.D3_CANT_ENCODE_VALUE
           
static FastError ErrorConstants.D4_INVALID_TYPE
           
static FastError ErrorConstants.D5_NO_DEFAULT_VALUE
           
static FastError ErrorConstants.D6_MANDATORY_FIELD_NOT_PRESENT
           
static FastError ErrorConstants.D7_SUBTRCTN_LEN_LONG
           
static FastError ErrorConstants.D8_TEMPLATE_NOT_EXIST
           
static FastError ErrorConstants.D9_TEMPLATE_NOT_REGISTERED
           
static FastError ErrorConstants.GENERAL_ERROR
           
static FastError ErrorConstants.IMPOSSIBLE_EXCEPTION
           
static FastError ErrorConstants.IO_ERROR
           
static FastError ErrorConstants.PARSE_ERROR
           
static FastError ErrorConstants.R1_LARGE_DECIMAL
           
static FastError ErrorConstants.R2_NOT_VALID_UTF_8
           
static FastError ErrorConstants.R3_NOT_VALID_ASCII
           
static FastError ErrorConstants.R4_NUMERIC_VALUE_TOO_LARGE
           
static FastError ErrorConstants.R5_DECIMAL_CANT_CONVERT_TO_INT
           
static FastError ErrorConstants.R6_INTEGER_OVERLONG
           
static FastError ErrorConstants.R7_PMAP_OVERLONG
           
static FastError ErrorConstants.R8_PMAP_TOO_MANY_BITS
           
static FastError ErrorConstants.R9_STRING_OVERLONG
           
static FastError ErrorConstants.S1_INVALID_XML
           
static FastError ErrorConstants.S2_OPERATOR_TYPE_INCOMP
           
static FastError ErrorConstants.S3_INITIAL_VALUE_INCOMP
           
static FastError ErrorConstants.S4_NO_INITIAL_VALUE_FOR_CONST
           
static FastError ErrorConstants.S5_NO_INITVAL_MNDTRY_DFALT
           
 

Methods in com.epam.mdp.full.error that return FastError
 FastError FastException.getFastError()
          Method getFastError returns the fast error of this FastException object.
 

Constructors in com.epam.mdp.full.error with parameters of type FastError
FastException(FastError fastError, java.lang.String description)
          Construct a FastException with the specified detail message and nested exception.
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.