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

Packages that use StaticErrorCode
biz.onixs.fix.fast   
 

Uses of StaticErrorCode in biz.onixs.fix.fast
 

Methods in biz.onixs.fix.fast that return StaticErrorCode
 StaticErrorCode StaticErrorException.getStaticErrorCode()
           
static StaticErrorCode StaticErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StaticErrorCode[] StaticErrorCode.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 StaticErrorCode
 void StaticErrorException.setStaticErrorCode(StaticErrorCode staticErrorCode)
           
 

Constructors in biz.onixs.fix.fast with parameters of type StaticErrorCode
StaticErrorException(StaticErrorCode staticErrorCode)
           
StaticErrorException(StaticErrorCode staticErrorCode, String message)
           
StaticErrorException(StaticErrorCode staticErrorCode, String message, Throwable cause)
           
StaticErrorException(StaticErrorCode staticErrorCode, Throwable cause)
           
 



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