class InvalidConfigurationPropertyTypeException : RuntimeException
(source)
An exception thrown when an invalid type is encountered.
message |
val message: String? |
getMessageWithoutPosition |
fun getMessageWithoutPosition(): String! |
position |
Provides the position of the property in the configuration document. fun position(): DocumentPosition? |