T
- return type.public abstract class CrashReportTemplate<T>
extends java.lang.Object
Constructor and Description |
---|
CrashReportTemplate() |
Modifier and Type | Method and Description |
---|---|
T |
execute()
Execute code portion code which can cause an Exception.
Contains the implementation of the crash reporting service. |
abstract T |
process()
Need to be implemented.
Should contain the code which susceptible of causing an Exception. |
public abstract T process() throws java.lang.Exception
java.lang.Exception
public T execute()