
异常
caijian_0834
这个作者很懒,什么都没留下…
展开
-
异常打印e.toString()、e.getMessage()、e.printStackTrace()区别
https://blog.i1i1i.cn/archives/exception-error-stack-trace原创 2021-04-16 16:07:20 · 346 阅读 · 0 评论 -
java常见异常
所有Exception的父类都是java.lang.Throwable。异常分成两种。Error和Exception而一般Error不是人为能处理的。像out of memory就是虚拟机空间不够时会报这个而Exception分为运行时异常(RuntimeException)和非运行时异常.运行时异常就是RuntimeException其子类的异常。像常用的空指针NullPoi原创 2017-08-23 16:57:44 · 388 阅读 · 0 评论 -
No EntityManager with actual transaction available for current thread - cannot reliably process 'mer
No EntityManager with actual transaction available for current thread - cannot reliably process 'merge' call; nested exception is javax.persistence.TransactionRequiredException: No EntityManager with ...原创 2018-03-28 11:39:51 · 2774 阅读 · 0 评论 -
Servlet.service() for servlet [springServlet] in context with path [] threw exception [Handler proce
Servlet.service() for servlet [springServlet] in context with path [] threw exception [Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config...原创 2018-03-28 11:41:07 · 3842 阅读 · 0 评论