package litestruts.exception; /** * Created by Haochen on 2017/2/27. * TODO: */ public class XmlElementNotFoundException extends RuntimeException { public XmlElementNotFoundException() { } public XmlElementNotFoundException(String message) { super(message); } }