public class CouldNotGetNameOfEnumException
Thrown when trying to generate an enum class and cannot resolve the simple name.
Constructor and Description |
---|
CouldNotGetNameOfEnumException(kotlin.reflect.KClass<?> kclass)
Thrown when trying to generate an enum class and cannot resolve the simple name.
|