## --------------------------
## 异常信息
##
#@ charset UTF-8
#@ trimming on
#@ whitespace collapse
## --------------------------
Exception Occurred
$#{exception}
#exception

$#{causedBy} ${exceptionType}
#causedBy
caused by
#end
#stackTrace
at ${stackTraceElement_PackageName}.${stackTraceElement_SimpleClassName}.${stackTraceElement_Method}() |
(${stackTraceElement_File}:${stackTraceElement_Line}:${stackTraceElement_ClassLocationShort})
|
#end
#end