Catch
additional
Struct (ordered)
code
string
Detail
string<div class="dump caught"> <div> <p class="message">No such circuit/action: nieuwsbriefdevils.brief</p> <div class="detail"></div> </div> </div>
ErrorCode
string
Extended_Info
string<style type="text/css"> div.ebxerror {font-size: 80%; border: 0.2em solid silver; background: whitesmoke; padding: 0.25em;} div.ebxerror div {border: 0.3em solid gainsboro;} div.ebxerror div strong.function, div.ebxerror div strong em {font-size: 90%;} div.ebxerror div strong em {font-style: normal; font-size: 80%;} </style> <div class="ebxerror"> <p>Debugging (0 executed contexts)</p> </div>
ExtendedInfo
string<style type="text/css"> div.ebxerror {font-size: 80%; border: 0.2em solid silver; background: whitesmoke; padding: 0.25em;} div.ebxerror div {border: 0.3em solid gainsboro;} div.ebxerror div strong.function, div.ebxerror div strong em {font-size: 90%;} div.ebxerror div strong em {font-style: normal; font-size: 80%;} </style> <div class="ebxerror"> <p>Debugging (0 executed contexts)</p> </div>
Message
stringError afgevangen in eBox
StackTrace
stringlucee.runtime.exp.CustomTypeException: Error afgevangen in eBox at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at index_cfm$cf.call(/index.cfm:34) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:186) at application_cfc$cf.udfCall(/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.seefusion.Filter.doFilter(Filter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685) at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:750)
TagContext
Array
1
Struct
codePrintHTML
string32: &lt;cfsavecontent variable=&quot;errString&quot;&gt;&lt;cfset parser.dumpErrors() /&gt;&lt;/cfsavecontent&gt;<br> 33: &lt;cfsavecontent variable=&quot;incString&quot;&gt;&lt;cfset parser.dumpExecutionStack() /&gt;&lt;/cfsavecontent&gt;<br> <b>34: &lt;cfthrow message=&quot;Error afgevangen in eBox&quot; detail=&quot;#errString#&quot; extendedinfo=&quot;#incString#&quot;&gt;</b><br> 35: &lt;!--- &lt;/cfif&gt; ---&gt;<br> 36: &lt;/cfif&gt;<br>
codePrintPlain
string32: <cfsavecontent variable="errString"><cfset parser.dumpErrors() /></cfsavecontent> 33: <cfsavecontent variable="incString"><cfset parser.dumpExecutionStack() /></cfsavecontent> 34: <cfthrow message="Error afgevangen in eBox" detail="#errString#" extendedinfo="#incString#"> 35: <!--- </cfif> ---> 36: </cfif>
column
number0
id
string??
line
number34
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:34)
template
string/ebs/var/www/zzleiden/index.cfm
type
stringcfml
2
Struct
codePrintHTML
string184: &lt;cftry&gt;<br> 185: &lt;!--- Enables access to this application's methods ---&gt;<br> <b>186: &lt;cfinclude template=&quot;#this.appPath##arguments.thePage#&quot; /&gt;</b><br> 187: &lt;cfcatch type=&quot;any&quot;&gt;<br> 188: &lt;cfrethrow /&gt;<br>
codePrintPlain
string184: <cftry> 185: <!--- Enables access to this application's methods ---> 186: <cfinclude template="#this.appPath##arguments.thePage#" /> 187: <cfcatch type="any"> 188: <cfrethrow />
column
number0
id
string??
line
number186
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:186)
template
string/ebs/var/www/zzleiden/Application.cfc
type
stringcfml
type
stringapplication