随笔分类 - Exception
摘要:解决方法:
阅读全文
摘要:创建自定义异常是为了表示应用程序的一些错误类型,为代码可能发生的一个或多个问题提供新含义。可区分代码运行时可能出现的相似问题的一个或多个错误,或给出应用程序中一组错误的特定含义。//自定义异常类需要继承Exceptionpublic class MyselfException extends Exc...
阅读全文
摘要:启动tomact时引起的Caused by: java.io.NotSerializableException异常种种情况就是没有序列化。序列化可以将内存中的类写入文件或数据库中Serializable 是这个包下的 import java.io.Serializable;把XXX这个类实现Seri...
阅读全文
摘要:出现这种情况主要是因为上次用SVN提交代码的时候没有提交完成就进行了中断 取消的操作。控制台打印报错信息: Attempted to lock an already-locked dirsvn: Commit failed (details follow):可以右键单击项目,然后选中以下选项 刷新清...
阅读全文
摘要:javax.el.PropertyNotFoundException: Property 'policyId' not found on type com.omhy.common.model.entity.Policyat javax.el.BeanELResolver$BeanProperties...
阅读全文
摘要:Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the serv...
阅读全文

浙公网安备 33010602011771号