Package br.com.flexait.gateway.error

Examples of br.com.flexait.gateway.error.Erro030


    case E022:
      detalhes = new Erro022();
      break;

    case E030:
      detalhes = new Erro030();
      break;

    case E031:
      detalhes = new Erro031();
      break;
View Full Code Here

TOP

Related Classes of br.com.flexait.gateway.error.Erro030

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.