detekt
Toggle table of contents
1.23.7
jvm
Platform filter
jvm
Switch theme
Search in API
detekt
detekt-api
/
io.gitlab.arturbosch.detekt.api
/
Config
/
InvalidConfigurationError
Invalid
Configuration
Error
class
InvalidConfigurationError
(
throwable
:
Throwable
?
=
null
)
:
RuntimeException
Is thrown when loading a configuration results in errors.
Members
Constructors
Invalid
Configuration
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?