Class ProcessingErrorElement
- Object
-
- PathElement
-
- ProcessingErrorElement
-
- All Implemented Interfaces:
Serializable
public class ProcessingErrorElement extends PathElement
Element that holds data of an unexpected/unhandled request processing exception.
-
-
Constructor Summary
Constructors Constructor Description ProcessingErrorElement(Throwable _throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
List<StackTraceElement>
getStackTrace()
String
getType()
-
Methods inherited from class PathElement
getPropertyGetters, toString
-
-
-
-
Constructor Detail
-
ProcessingErrorElement
public ProcessingErrorElement(Throwable _throwable)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
getName
public String getName()
- Specified by:
getName
in classPathElement
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classPathElement
-
getStackTrace
public List<StackTraceElement> getStackTrace()
-
-