|
Array
|
| 1 |
|
Struct
|
| codePrintHTML |
| string |
8: <cfargument name="extendedInfo" type="string" required="no" hint="extended information to the exception."><br>
9: <cfargument 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>10: <cfthrow attributeCollection="#arguments#"></b><br>
11: </cffunction><br>
|
|
| codePrintPlain |
| string |
8: <cfargument name="extendedInfo" type="string" required="no" hint="extended information to the exception.">
9: <cfargument 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.">
10: <cfthrow attributeCollection="#arguments#">
11: </cffunction>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
throw_cfm$cf.udfCall(/opt/railo/lib/railo-server/context/library/function/throw.cfm:10) |
|
| template |
| string |
/opt/railo/lib/railo-server/context/library/function/throw.cfm |
|
| type |
|
|
| 2 |
|
Struct
|
| codePrintHTML |
| string |
1425: <br>
1426: private void function raiseException( string type, string message, string detail ) {<br>
<b>1427: throw( type = type, message = message, detail = detail );</b><br>
1428: }<br>
1429: <br>
|
|
| codePrintPlain |
| string |
1425:
1426: private void function raiseException( string type, string message, string detail ) {
1427: throw( type = type, message = message, detail = detail );
1428: }
1429:
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall8(/var/www/www.levispeintures.com/html/org/corfield/framework.cfc:1427) |
|
| template |
| string |
/var/www/www.levispeintures.com/html/org/corfield/framework.cfc |
|
| type |
|
|
| 3 |
|
Struct
|
| codePrintHTML |
| string |
1703: private void function viewNotFound() {<br>
1704: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.",<br>
<b>1705: detail="'#request.missingView#' does not exist." );</b><br>
1706: }<br>
1707: <br>
|
|
| codePrintPlain |
| string |
1703: private void function viewNotFound() {
1704: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.",
1705: detail="'#request.missingView#' does not exist." );
1706: }
1707:
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall9(/var/www/www.levispeintures.com/html/org/corfield/framework.cfc:1705) |
|
| template |
| string |
/var/www/www.levispeintures.com/html/org/corfield/framework.cfc |
|
| type |
|
|
| 4 |
|
Struct
|
| codePrintHTML |
| string |
519: public void function onMissingView( struct rc ) {<br>
520: // unable to find a matching view - fail with a nice exception<br>
<b>521: viewNotFound();</b><br>
522: // if we got here, we would return the string to be rendered<br>
523: // but viewNotFound() throws an exception...<br>
|
|
| codePrintPlain |
| string |
519: public void function onMissingView( struct rc ) {
520: // unable to find a matching view - fail with a nice exception
521: viewNotFound();
522: // if we got here, we would return the string to be rendered
523: // but viewNotFound() throws an exception...
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall3(/var/www/www.levispeintures.com/html/org/corfield/framework.cfc:521) |
|
| template |
| string |
/var/www/www.levispeintures.com/html/org/corfield/framework.cfc |
|
| type |
|
|
| 5 |
|
Struct
|
| codePrintHTML |
| string |
606: out = internalView( request.view );<br>
607: } else {<br>
<b>608: out = onMissingView( request.context );</b><br>
609: }<br>
610: for ( i = 1; i <= arrayLen(request.layouts); i = i + 1 ) {<br>
|
|
| codePrintPlain |
| string |
606: out = internalView( request.view );
607: } else {
608: out = onMissingView( request.context );
609: }
610: for ( i = 1; i <= arrayLen(request.layouts); i = i + 1 ) {
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall4(/var/www/www.levispeintures.com/html/org/corfield/framework.cfc:608) |
|
| template |
| string |
/var/www/www.levispeintures.com/html/org/corfield/framework.cfc |
|
| type |
|
|
| 6 |
|
Struct
|
| codePrintHTML |
| string |
505: request.action = variables.framework.error;<br>
506: setupRequestWrapper( false );<br>
<b>507: onRequest( '' );</b><br>
508: } catch ( any e ) {<br>
509: failure( e, 'onError' );<br>
|
|
| codePrintPlain |
| string |
505: request.action = variables.framework.error;
506: setupRequestWrapper( false );
507: onRequest( '' );
508: } catch ( any e ) {
509: failure( e, 'onError' );
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
org.corfield.framework_cfc$cf.udfCall3(/var/www/www.levispeintures.com/html/org/corfield/framework.cfc:507) |
|
| template |
| string |
/var/www/www.levispeintures.com/html/org/corfield/framework.cfc |
|
| type |
|
|