| Array |
| 1 | | Struct | | codePrintHTML | | string | 9: name="extendedInfo" type="string" required="no" hint="extended information to the exception."><cfargument <br>
10: name="object" type="any" required="no" hint="Throws a Java exception from a CFML tag. This attribute is mutually exclusive with all other argments of this function."><!--- <br>
<b>11: ---><cfthrow attributeCollection="#arguments#"><!--- </b><br>
12: ---></cffunction><br>
|
| | codePrintPlain | | string | 9: name="extendedInfo" type="string" required="no" hint="extended information to the exception."><cfargument
10: name="object" type="any" required="no" hint="Throws a Java exception from a CFML tag. This attribute is mutually exclusive with all other argments of this function."><!---
11: ---><cfthrow attributeCollection="#arguments#"><!---
12: ---></cffunction>
|
| | column | | | id | | | line | | | raw_trace | | string | throw_cfm$cf.udfCall(/opt/railo/lib/railo-server/context/library/function/throw.cfm:11) |
| | template | | string | /opt/railo/lib/railo-server/context/library/function/throw.cfm |
| | type | |
|
| 2 | | Struct | | codePrintHTML | | string | 1483: <br>
1484: private void function raiseException( string type, string message, string detail ) {<br>
<b>1485: throw( type = type, message = message, detail = detail );</b><br>
1486: }<br>
1487: <br>
|
| | codePrintPlain | | string | 1483:
1484: private void function raiseException( string type, string message, string detail ) {
1485: throw( type = type, message = message, detail = detail );
1486: }
1487:
|
| | column | | | id | | | line | | | raw_trace | | string | org.corfield.framework_cfc$cf._8(/var/www/www.sikkens.com/html/org/corfield/framework.cfc:1485) |
| | template | | string | /var/www/www.sikkens.com/html/org/corfield/framework.cfc |
| | type | |
|
| 3 | | Struct | | codePrintHTML | | string | 1761: private void function viewNotFound() {<br>
1762: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.",<br>
<b>1763: detail="'#request.missingView#' does not exist." );</b><br>
1764: }<br>
1765: <br>
|
| | codePrintPlain | | string | 1761: private void function viewNotFound() {
1762: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.",
1763: detail="'#request.missingView#' does not exist." );
1764: }
1765:
|
| | column | | | id | | | line | | | raw_trace | | string | org.corfield.framework_cfc$cf._9(/var/www/www.sikkens.com/html/org/corfield/framework.cfc:1763) |
| | template | | string | /var/www/www.sikkens.com/html/org/corfield/framework.cfc |
| | type | |
|
| 4 | | Struct | | codePrintHTML | | string | 578: public void function onMissingView( struct rc ) {<br>
579: // unable to find a matching view - fail with a nice exception<br>
<b>580: viewNotFound();</b><br>
581: // if we got here, we would return the string to be rendered<br>
582: // but viewNotFound() throws an exception...<br>
|
| | codePrintPlain | | string | 578: public void function onMissingView( struct rc ) {
579: // unable to find a matching view - fail with a nice exception
580: viewNotFound();
581: // if we got here, we would return the string to be rendered
582: // but viewNotFound() throws an exception...
|
| | column | | | id | | | line | | | raw_trace | | string | org.corfield.framework_cfc$cf._3(/var/www/www.sikkens.com/html/org/corfield/framework.cfc:580) |
| | template | | string | /var/www/www.sikkens.com/html/org/corfield/framework.cfc |
| | type | |
|
| 5 | | Struct | | codePrintHTML | | string | 665: out = internalView( request.view );<br>
666: } else {<br>
<b>667: out = onMissingView( request.context );</b><br>
668: }<br>
669: for ( i = 1; i <= arrayLen(request.layouts); i = i + 1 ) {<br>
|
| | codePrintPlain | | string | 665: out = internalView( request.view );
666: } else {
667: out = onMissingView( request.context );
668: }
669: for ( i = 1; i <= arrayLen(request.layouts); i = i + 1 ) {
|
| | column | | | id | | | line | | | raw_trace | | string | org.corfield.framework_cfc$cf._4(/var/www/www.sikkens.com/html/org/corfield/framework.cfc:667) |
| | template | | string | /var/www/www.sikkens.com/html/org/corfield/framework.cfc |
| | type | |
|
| 6 | | Struct | | codePrintHTML | | string | 564: <br>
565: setupRequestWrapper( false );<br>
<b>566: onRequest( '' );</b><br>
567: } catch ( any e ) {<br>
568: failure( e, 'onError' );<br>
|
| | codePrintPlain | | string | 564:
565: setupRequestWrapper( false );
566: onRequest( '' );
567: } catch ( any e ) {
568: failure( e, 'onError' );
|
| | column | | | id | | | line | | | raw_trace | | string | org.corfield.framework_cfc$cf._3(/var/www/www.sikkens.com/html/org/corfield/framework.cfc:566) |
| | template | | string | /var/www/www.sikkens.com/html/org/corfield/framework.cfc |
| | type | |
|