Uses of Class
tecgraf.ftc_1_2.common.logic.ErrorCode

Packages that use ErrorCode
tecgraf.ftc_1_2.common.logic   
tecgraf.ftc_1_2.server.states   
tecgraf.ftc_1_2.server.states.v1_1   
 

Uses of ErrorCode in tecgraf.ftc_1_2.common.logic
 

Methods in tecgraf.ftc_1_2.common.logic that return ErrorCode
static ErrorCode ErrorCode.valueOf(byte code)
          Obtém um código de erro a partir de seu código.
static ErrorCode ErrorCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorCode[] ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ErrorCode in tecgraf.ftc_1_2.server.states
 

Constructors in tecgraf.ftc_1_2.server.states with parameters of type ErrorCode
CloseState(ErrorCode error)
          Cria a operação de fechamento de arquivo.
 

Uses of ErrorCode in tecgraf.ftc_1_2.server.states.v1_1
 

Constructors in tecgraf.ftc_1_2.server.states.v1_1 with parameters of type ErrorCode
CloseState(ErrorCode error)
          Cria a operação de fechamento de arquivo.
 



Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.