Home / Vulnerability Database / Kotlin : Error handling: generic exception
Kotlin

Kotlin : Error handling: generic exception

Classification

Overview

The application generates an exception of a general type making it difficult to diagnose and recover from errors.

It is recommended to take full advantage of the exception mechanism for error handling, which allows to accurately determine the type of exception in order to then process it in the proper catch-block.

LOW

DerScanner Severity Score

Do you want to fix Kotlin : Error handling: generic exception in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block