@Import(stylesheet="ExceptionDisplay.css", module="t5/core/exception-display") public class ExceptionDisplay extends Object
ExceptionReport
page used to break apart and
display the properties of the exception.ExceptionAnalyzer
Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
exception | Throwable | Required, Not Null | prop | |
Exception to report. |
Constructor and Description |
---|
ExceptionDisplay() |
Modifier and Type | Method and Description |
---|---|
String |
getFrameClass() |
String |
getFrameClassName() |
String |
getFramePackageName() |
Object |
getLineNumberForFrame() |
Object |
getPropertyValue() |
public ExceptionDisplay()
public Object getPropertyValue()
public String getFrameClass()
public Object getLineNumberForFrame()
public String getFramePackageName()
public String getFrameClassName()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.