@ContentType(value="text/html") public class ExceptionReport extends Object implements ExceptionReporter
SymbolConstants.PRODUCTION_MODE
is "true", it is very abbreviated.ExceptionDisplay
Type | Property and Description |
---|---|
boolean |
isComplex |
Constructor and Description |
---|
ExceptionReport() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttributeValue() |
String[] |
getComplexPropertyValue() |
boolean |
getHasSession() |
String |
getPropertyValue() |
Session |
getSession() |
List<String> |
getSystemProperties()
Returns a sorted list of system property names.
|
boolean |
isComplexProperty() |
void |
reportException(Throwable exception)
Used to communicate to the page what exception is to be reported.
|
public ExceptionReport()
public void reportException(Throwable exception)
ExceptionReporter
reportException
in interface ExceptionReporter
exception
- runtime exception thrown during processing of the requestpublic boolean getHasSession()
public Session getSession()
public Object getAttributeValue()
public List<String> getSystemProperties()
public String getPropertyValue()
public boolean isComplexProperty()
public String[] getComplexPropertyValue()
Copyright © 2003-2012 The Apache Software Foundation.