All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rop.security.MainError Maven / Gradle / Ivy

The newest version!
/**
 *
 * 日    期:12-2-11
 */
package com.rop.security;

import java.util.List;

/**
 * 
 * 功能说明:
 * 
* * @author 陈雄华 * @version 1.0 */ public interface MainError { String getCode(); String getMessage(); String getSolution(); List getSubErrors(); MainError addSubError(SubError subError); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy