介绍

本文介绍一些常见的Java异常。

  • Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class

org.springframework.aop.AopInvocationException: AOP configuration seems to be invalid: tried calling method

  • java.lang.IllegalStateException: No modifications are allowed to a locked ParameterMap

这个异常的意思可能是需要你传入一个可被修改的Map。


查看原文:​​http://surenpi.com/2016/10/12/java_exception_usual/​