tuweni / org.apache.tuweni.config / InvalidConfigurationPropertyTypeException

InvalidConfigurationPropertyTypeException

class InvalidConfigurationPropertyTypeException : RuntimeException (source)

An exception thrown when an invalid type is encountered.

Properties

message

val message: String?

Functions

getMessageWithoutPosition

fun getMessageWithoutPosition(): String!

position

Provides the position of the property in the configuration document.

fun position(): DocumentPosition?