摘要:
/** * 自定义IO异常 * @author Administrator * */public class FileWriterIoException extends RuntimeException { private static final long serialVersionUID = -3105736191743754320L; public FileWriterIoException(String msg){ super(msg); }}调用的时候直接throw new FileWriterIoException("创建流错误!"); 阅读全文
posted @ 2014-03-06 22:33
lxricecream
阅读(143)
评论(0)
推荐(0)
浙公网安备 33010602011771号