-
public final class ExceptionInfoData class that represent a Throwable should be stored by the Exception Manager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExceptionInfo.Companion
-
Constructor Summary
Constructors Constructor Description ExceptionInfo(String label, String hashName, String stackTrace, Integer counter)
-
Method Summary
Modifier and Type Method Description final StringgetLabel()final StringgetHashName()final StringgetStackTrace()final IntegergetCounter()final UnitsetCounter(Integer counter)final StringtoStorageString()Create a string representation of this class to be saved to cache final <ERROR CLASS>toJson()Create a Json of this class -
-
Method Detail
-
getHashName
final String getHashName()
-
getStackTrace
final String getStackTrace()
-
getCounter
final Integer getCounter()
-
setCounter
final Unit setCounter(Integer counter)
-
toStorageString
final String toStorageString()
Create a string representation of this class to be saved to cache
-
toJson
final <ERROR CLASS> toJson()
Create a Json of this class
-
-
-
-