Join Our Communities

EDIC Quick Quote

Join our email list to receive risk management alerts and our newsletter

Privacy Policy

Website Exception

There was a problem with your request. Please try again.

component MachII.util.Exception
METHODS
GETMESSAGE
function getMessage
Arguments:none
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETTYPE
function getType
Arguments:none
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETTAGCONTEXT
function getTagContext
Arguments:none
ReturnType: array
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
WRAPEXCEPTION
function wrapException
Arguments:
Name Required Type Default
caughtException Required any  
ReturnType: Exception
Roles:  
Access: public
Output: false
DisplayName:  
Hint: Wraps and sets caughtException (cfcatch).
Description:  
SETMESSAGE
function setMessage
Arguments:
Name Required Type Default
message Optional string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETCAUGHTEXCEPTION
function setCaughtException
Arguments:
Name Required Type Default
caughtException Required any  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETEXTENDEDINFO
function setExtendedInfo
Arguments:
Name Required Type Default
extendedInfo Optional string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETTAGCONTEXT
function setTagContext
Arguments:
Name Required Type Default
extendedInfo Optional array  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETDETAIL
function setDetail
Arguments:
Name Required Type Default
detail Optional string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETTYPE
function setType
Arguments:
Name Required Type Default
type Optional string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
SETERRORCODE
function setErrorCode
Arguments:
Name Required Type Default
errorCode Optional string  
ReturnType: void
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETCAUGHTEXCEPTION
function getCaughtException
Arguments:none
ReturnType: any
Roles:  
Access: public
Output: false
DisplayName:  
Hint: Gets caughtException (cfcatch) that was collected at the point of the exception.
Description:  
GETERRORCODE
function getErrorCode
Arguments:none
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETDETAIL
function getDetail
Arguments:none
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
GETEXTENDEDINFO
function getExtendedInfo
Arguments:none
ReturnType: string
Roles:  
Access: public
Output: false
DisplayName:  
Hint:  
Description:  
INIT
function init
Arguments:
Name Required Type Default
type Optional string [empty string]
message Optional string [empty string]
errorCode Optional string [empty string]
detail Optional string [empty string]
extendedInfo Optional string [empty string]
tagContext Optional array [runtime expression]
ReturnType: Exception
Roles:  
Access: public
Output: false
DisplayName:  
Hint: Used by the framework for initialization. Do not override.
Description:  

Message

Context validation error for the CFOUTPUT tag.

Detail

The start tag must have a matching end tag. An explicit end tag can be provided by adding </CFOUTPUT>. If the body of the tag is empty, you can use the shortcut <CFOUTPUT .../>.

Extended Info

Tag Context

C:\inetpub\wwwroot\EDIC\DisplayPages\contentpages\SEO\dentist-malpractice-insurance.cfm (1)

C:\inetpub\wwwroot\MachII\framework\ViewContext.cfc (75)

C:\inetpub\wwwroot\MachII\framework\EventContext.cfc (206)

C:\inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc (64)

C:\inetpub\wwwroot\MachII\framework\EventHandler.cfc (60)

C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc (281)

C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc (237)

C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc (194)

C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc (128)

C:\inetpub\wwwroot\MachII\mach-ii.cfm (96)

C:\inetpub\wwwroot\EDIC\FrontEndSettings.cfm (11)

C:\inetpub\wwwroot\EDIC\index.cfm (3)

Caught Exception

struct
Column 2
Detail The start tag must have a matching end tag. An explicit end tag can be provided by adding &lt;/CFOUTPUT&gt;. If the body of the tag is empty, you can use the shortcut &lt;CFOUTPUT .../&gt;.
KnownColumn -1
KnownLine -1
KnownText &lt;unknown&gt;
Line 1
Message Context validation error for the CFOUTPUT tag.
Snippet <CFOUTPUT><h1>Dentist Malpractice Insurance</h1>
StackTrace coldfusion.compiler.UnmatchedStartTagException: Context validation error for the CFOUTPUT tag. at coldfusion.compiler.cfml40.start(cfml40.java:2743) at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:503) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:292) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:119) at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:310) at coldfusion.util.LruCache.get(LruCache.java:180) at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:254) at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58) at coldfusion.util.SoftCache.get(SoftCache.java:81) at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:476) at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:724) at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:691) at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:290) at cfViewContext2ecfc1788006471$funcDISPLAYVIEW.runFunction(C:\inetpub\wwwroot\MachII\framework\ViewContext.cfc:75) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2260) at cfEventContext2ecfc1323281308$funcDISPLAYVIEW.runFunction(C:\inetpub\wwwroot\MachII\framework\EventContext.cfc:206) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2260) at cfViewPageCommand2ecfc1069749909$funcEXECUTE.runFunction(C:\inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc:64) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2260) at cfEventHandler2ecfc1360818246$funcHANDLEEVENT.runFunction(C:\inetpub\wwwroot\MachII\framework\EventHandler.cfc:60) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2260) at cfRequestHandler2ecfc2105036802$funcHANDLEEVENT.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:281) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2464) at cfRequestHandler2ecfc2105036802$funcHANDLENEXTEVENT.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:237) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2464) at cfRequestHandler2ecfc2105036802$funcPROCESSEVENTS.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:194) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2464) at cfRequestHandler2ecfc2105036802$funcHANDLEREQUEST.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:128) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2260) at cfmach2dii2ecfm451380825.runPage(C:\inetpub\wwwroot\MachII\mach-ii.cfm:96) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfFrontEndSettings2ecfm1312538903.runPage(C:\inetpub\wwwroot\EDIC\FrontEndSettings.cfm:11) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:2644) at cfindex2ecfm1615593367.runPage(C:\inetpub\wwwroot\EDIC\index.cfm:3) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
array
1
struct
COLUMN 2
LINE 1
TEMPLATE C:\inetpub\wwwroot\EDIC\DisplayPages\contentpages\SEO\dentist-malpractice-insurance.cfm
TYPE SYNTAX
2
struct
COLUMN 0
ID CFINCLUDE
LINE 75
RAW_TRACE at cfViewContext2ecfc1788006471$funcDISPLAYVIEW.runFunction(C:\inetpub\wwwroot\MachII\framework\ViewContext.cfc:75)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\ViewContext.cfc
TYPE CFML
3
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 206
RAW_TRACE at cfEventContext2ecfc1323281308$funcDISPLAYVIEW.runFunction(C:\inetpub\wwwroot\MachII\framework\EventContext.cfc:206)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\EventContext.cfc
TYPE CFML
4
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 64
RAW_TRACE at cfViewPageCommand2ecfc1069749909$funcEXECUTE.runFunction(C:\inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc:64)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\commands\ViewPageCommand.cfc
TYPE CFML
5
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 60
RAW_TRACE at cfEventHandler2ecfc1360818246$funcHANDLEEVENT.runFunction(C:\inetpub\wwwroot\MachII\framework\EventHandler.cfc:60)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\EventHandler.cfc
TYPE CFML
6
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 281
RAW_TRACE at cfRequestHandler2ecfc2105036802$funcHANDLEEVENT.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:281)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc
TYPE CFML
7
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 237
RAW_TRACE at cfRequestHandler2ecfc2105036802$funcHANDLENEXTEVENT.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:237)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc
TYPE CFML
8
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 194
RAW_TRACE at cfRequestHandler2ecfc2105036802$funcPROCESSEVENTS.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:194)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc
TYPE CFML
9
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 128
RAW_TRACE at cfRequestHandler2ecfc2105036802$funcHANDLEREQUEST.runFunction(C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc:128)
TEMPLATE C:\inetpub\wwwroot\MachII\framework\RequestHandler.cfc
TYPE CFML
10
struct
COLUMN 0
ID CF_TEMPLATEPROXY
LINE 96
RAW_TRACE at cfmach2dii2ecfm451380825.runPage(C:\inetpub\wwwroot\MachII\mach-ii.cfm:96)
TEMPLATE C:\inetpub\wwwroot\MachII\mach-ii.cfm
TYPE CFML
11
struct
COLUMN 0
ID CFINCLUDE
LINE 11
RAW_TRACE at cfFrontEndSettings2ecfm1312538903.runPage(C:\inetpub\wwwroot\EDIC\FrontEndSettings.cfm:11)
TEMPLATE C:\inetpub\wwwroot\EDIC\FrontEndSettings.cfm
TYPE CFML
12
struct
COLUMN 0
ID CFINCLUDE
LINE 3
RAW_TRACE at cfindex2ecfm1615593367.runPage(C:\inetpub\wwwroot\EDIC\index.cfm:3)
TEMPLATE C:\inetpub\wwwroot\EDIC\index.cfm
TYPE CFML
TokenText CFOUTPUT
Type Template
snippet <CFOUTPUT><h1>Dentist Malpractice Insurance</h1>

For more information or if you have any questions,
Call Toll Free: 1-800-898-3342 or Request More Info Online.