templates.defaults.exception.ftl Maven / Gradle / Ivy
500 Internal Server Error
<#if templateException>Template<#else>Application#if> exception
<#if cause??>${cause}<#else>The application has encountered a template exception#if>
<#if sourceCodePath??>In ${sourceCodePath}#if>
<#if sources?has_content>
<#list sources as source>
${source.line}:${source.content}
#list>
#if>
<#if !templateException>
Stacktrace
${causeSource}
<#list stackTraces as stackTrace>
at ${stackTrace}
#list>
<#else>
<#if exceptions?has_content>
<#list exceptions as exception>${exception}
#list>
#if>
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy