
异常处理
zhaoyf7746
我的程序员进阶之路
展开
-
java.lang.ClassCastException: java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType
出现异常的代码(省略了与本文无关的代码)package utils;import org.apache.commons.javaflow.utils.ReflectionUtils;import org.apache.commons.lang.StringUtils;import org.apache.commons.lang.math.NumberUtils;import play...原创 2018-03-07 21:07:03 · 3471 阅读 · 1 评论 -
java.lang.VerifyError: Expecting a stackmap frame at branch target 25
首先,看下jdk中对于verifyError的解释: Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem. 翻译:当“校验器”检测到一个类文件虽然格式正确,但包含着一些内...原创 2018-03-01 11:44:37 · 2861 阅读 · 0 评论