abstract class ErrorReportingException : Exception
<init> |
ErrorReportingException(message: String, cause: Throwable? = null) |
DoubleInitializationException |
Occurs if the error reporting framework has been initialized twice class DoubleInitializationException : ErrorReportingException |
LocaleSettingUnsupportedException |
Occurs if a locale is set while initializing the error reporting framework. class LocaleSettingUnsupportedException : ErrorReportingException |
NoContextProviderSuppliedException |
Occurs when no error context provider is supplied while initializing error reporting class NoContextProviderSuppliedException : ErrorReportingException |
ReportingUninitializedException |
Occurs when reporting is requested before the error reporting code has been initialized class ReportingUninitializedException : ErrorReportingException |