/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.drools.mas.util.helper; import java.io.Serializable; /** * * @author salaboy */ public interface Fault extends Serializable{ String getFaultString(); }