All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.datalbry.precise.serialization.jackson.exception.InvalidEnumValueException.kt Maven / Gradle / Ivy

There is a newer version: 0.0.11
Show newest version
package io.datalbry.precise.serialization.jackson.exception

import io.datalbry.precise.api.schema.type.EnumType

class InvalidEnumValueException(type: EnumType, value: String) :
    IllegalArgumentException("Value [${value}] is not contained by type [${type.name}] with values [${type.values}]")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy