-
public interface BaseError
-
-
Method Summary
Modifier and Type Method Description UnitprintErrorStackTrace()UnitprintErrorLog(String tag)abstract StringgetMessage()abstract ThrowablegetException()-
-
Method Detail
-
printErrorStackTrace
Unit printErrorStackTrace()
-
printErrorLog
Unit printErrorLog(String tag)
-
getMessage
abstract String getMessage()
-
getException
abstract Throwable getException()
-
-
-
-