All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.java.lang.Throwable.html Maven / Gradle / Ivy

Go to download

Mayaa is server side web template engine that is strongly aware of work sharing between programmers and designers based on HTML based templates.

The newest version!
${
	response.setStatus(500);

	if (application['org.seasar.mayaa.debug'] == null) {
    	if (handledError != null) {
    		if (handledError instanceof Packages.org.seasar.mayaa.impl.engine.PageNotFoundException) {
    			response.error(404, handledError.message);
    		} else {
    			handledError.printStackTrace();
    			response.error(500, handledError.message);
    		}
    	}
    	throwJava(new Packages.org.seasar.mayaa.impl.engine.RenderingTerminated());
	}
}


	
	${ Packages.org.seasar.mayaa.impl.util.StringUtil.escapeXml(handledError.getClass().getName()) }
	
	


	

Error occurred while rendering.

ERROR MESSAGE in LOG

error message in Exception

requested path:

/index.html

properties:

sourceName: sourceName
lineNumber: lineNumber
lineSource: lineSource
${ var trace = exception.stackTrace; }

[+] stackTrace: className

attribute
error message in Exception
trace
trace
trace
trace
trace
trace

[+] name

attribute
name = value




© 2015 - 2024 Weber Informatics LLC | Privacy Policy