`

ERROR_MESSAGE

 
阅读更多
package com.suneee.common;

/**
* TODO: 错误信息包装类
*
* @author pengming
* @date 2014-12-12
* @version 1.0.0
* @copyright suneee.com
*/
public class ResultMsg implements java.io.Serializable {

/**
*
*/
private static final long serialVersionUID = 1L;
private boolean flag; // 成功标识
private String reCode; // 返回代码
private String idCode; // 结果ID
private String reMsg; // 返回信息
private Object reObj; // 返回实体

public ResultMsg() {

}

public ResultMsg(boolean flag, String reCode, String idCode, String reMsg, Object reObj) {
this.flag = flag;
this.reCode = reCode;
this.idCode = idCode;
this.reMsg = reMsg;
this.reObj = reObj;
}

public ResultMsg(boolean flag, String reCode, String reMsg) {
this.flag = flag;
this.reCode = reCode;
this.reMsg = reMsg;
}

public ResultMsg(boolean flag, String[] message) {
this.flag = flag;
this.reCode = message[0];
this.reMsg = message[1];
}

public ResultMsg(boolean flag, String reCode, String reMsg, Object reObj) {
this.flag = flag;
this.reCode = reCode;
this.reMsg = reMsg;
this.reObj = reObj;
}

public String getReCode() {
return reCode;
}

public void setReCode(String reCode) {
this.reCode = reCode;
}

public String getReMsg() {
return reMsg;
}

public void setReMsg(String reMsg) {
this.reMsg = reMsg;
}

public Object getReObj() {
return reObj;
}

public void setReObj(Object reObj) {
this.reObj = reObj;
}

public boolean isFlag() {
return flag;
}

public void setFlag(boolean flag) {
this.flag = flag;
}

public String getIdCode() {
return idCode;
}

public void setIdCode(String idCode) {
this.idCode = idCode;
}

}
分享到:
评论

相关推荐

    error message_errormessage_

    "error message_errormessage_" 这个标题可能是指一个特定的错误处理机制或者函数,其核心是创建一个与具体硬件或系统设备无关的错误传递方式。这样的设计使得程序的错误处理代码更加通用,适应性更强,可以在不同的...

    RabbitMQ消息插件rabbitmq_delayed_message_exchange3.7

    **RabbitMQ消息插件:rabbitmq_delayed_message_exchange 3.7** RabbitMQ是一个开源的消息代理和队列服务器,广泛应用于分布式系统中的异步处理、任务队列和消息路由。在某些场景下,我们需要将消息延迟发送,例如...

    fnd_message

    FND_MESSAGE.ERROR; -- 然后要么引发 FORM_TRIGGER_FAILURE 异常,要么退出当前例程 ``` ##### 5. `FND_MESSAGE.GET` - **功能**:从消息文件中获取翻译后的字符串。 - **示例**: ```plsql DECLARE msg ...

    C#调用Halcon导出的disp_message代码报错 处理方法

    在使用C#调用Halcon库进行图像处理时,可能会遇到一些特定的错误,特别是涉及到显示消息(disp_message)的功能。Halcon是一个强大的机器视觉软件,提供了丰富的算法库,但跨语言调用时需要正确配置环境。本文将详细...

    zenc下调插件

    zencart下调js插件if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) { echo htmlspecialchars(urldecode($_GET['error_message'])); } if (isset($_GET['info_message']) && zen_not...

    ENGINE_RESPONSE_DATA_ERROR(解决方案).md

    ENGINE_RESPONSE_DATA_ERROR(解决方案).md

    LR函数经验分享

    本文将重点介绍几个核心LR函数,包括`lr_set_debug_message`、`lr_debug_message`、`lr_error_message`、`lr_output_message`以及与数据库交互相关的函数如`lrd_stmt`和`lrd_fetch`,并通过实际案例来阐述这些函数的...

    linux程序中写日志的类实现

    首先,我们需要定义一个自定义结构体`error_message`,这个结构体通常会包含以下几个关键字段: 1. **出错时间**:记录错误发生的具体时间,一般以Unix时间戳或者可读性更强的日期时间格式表示。 2. **错误所在的...

    如何在MFC中添加自定义消息

    ON_MESSAGE(ID,Handler) LRESULT Handler(WPARAM,LPARAM);//响应的函数 BEGIN_MESSAGE_MAP... //}}AFX_MSG_MAP 14.END_MESSAGE_MAP() BEGIN_MESSAGE_MAP(CShellDlg, CDialog) //{{AFX_MSG_MAP(CShellDlg)

    Sap b1 9.2存储过程

    SELECT @Error,@Error_Message END END ------------------------1.2物料主数据中库存单位必须维护------------------------------------------------- IF (@object_type='4' and @transaction_type in(N'A',...

    PHP 自定义错误处理函数trigger_error()

    定义和用法trigger_... 语法trigger_error(error_message,error_types) 参数描述error_message必需。规定错误消息。长度限制为 1024 个字符。error_types可选。规定错误消息的错误类型。 可能的值: •E_USER_ERROR

    zencart模板系统文件笔记2:tpl_header.php.pdf

    if(isset($_GET['error_message']) && zen_not_null($_GET['error_message'])){ echo htmlspecialchars(urldecode($_GET['error_message'])); } if(isset($_GET['info_message']) && zen_not_null($_GET['info_...

    javax.JOptionPane.showMessageDialog

    3. **错误和警告图标**:当消息类型设置为 `JOptionPane.ERROR_MESSAGE` 或 `JOptionPane.WARNING_MESSAGE` 时,对话框将分别显示错误和警告图标,便于用户识别消息的重要性。 4. **无图标**:使用 `JOptionPane....

    Java编写的简易计算器

    ", JOptionPane.ERROR_MESSAGE); } } else if (act.equals("=")) { can = true; try { if (ch == '#') { return; } double num = Double.parseDouble(tf_out.getText()); num1 = operation(num1, ch, num);...

    sql事务在ASP.Net mvc框架的使用.docx

    print '错误信息'+error_number()+',错误信息'+error_message() end catch if( @error_nums>0) --回滚事务 rollback tran tran_change else --提交事务 commit tran tran_change ``` 在上面的代码中,我们...

    大型数据库系统技术课程 4-1-数据库异常处理 共87页.ppt

    insert into log_table(error_code, error_message) values (v_errorcode, v_errormessage); when no_data_found or too_many_rows then insert into log_table(info) values ('A SELECT error occurred'); when...

    LoadRunner 中文本函数的运用

    lr_error_message("Error closing file %s", filename); } return 0; } ``` 在这个示例中,`mkdir` 函数用于创建新的目录,`sprintf` 用于格式化字符串,`system` 用于执行 Windows 命令,如 `dir`,将结果写入...

    OSError: no library called "cairo" was found GTK++ windows 安装包

    OSError: no library called "cairo" was found no library called "libcairo-2" was found cannot load library 'libcairo.so.2': libcairo.so.2: cannot open shared object file: No such file or directory ...

    In Praise of the #Error Directive

    #error "This is a custom error message." ``` 编译器将显示如下格式的错误信息: ``` Filename(line_number): Error! Ennnn: This is a custom error message. ``` 这里,“Filename”表示源文件名,“line_number...

    解决docker报错Error response from daemon oci runtime error_centos安装docker

    解决docker报错Error response from daemon oci runtime error

Global site tag (gtag.js) - Google Analytics