Uses of Class
biz.onixs.fix.fast.DynamicErrorCode

Packages that use DynamicErrorCode
biz.onixs.fix.fast   
 

Uses of DynamicErrorCode in biz.onixs.fix.fast
 

Methods in biz.onixs.fix.fast that return DynamicErrorCode
 DynamicErrorCode DynamicErrorException.getDynamicErrorCode()
           
static DynamicErrorCode DynamicErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DynamicErrorCode[] DynamicErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in biz.onixs.fix.fast with parameters of type DynamicErrorCode
 void DynamicErrorException.setDynamicErrorCode(DynamicErrorCode dynamicErrorCode)
           
 

Constructors in biz.onixs.fix.fast with parameters of type DynamicErrorCode
DynamicErrorException(DynamicErrorCode dynamicErrorCode)
           
DynamicErrorException(DynamicErrorCode dynamicErrorCode, String message)
           
DynamicErrorException(DynamicErrorCode dynamicErrorCode, String message, Throwable cause)
           
DynamicErrorException(DynamicErrorCode dynamicErrorCode, Throwable cause)
           
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.