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

pl.pojo.tester.internal.field.ImpossibleEnumValueChangeException Maven / Gradle / Ivy

The newest version!
package pl.pojo.tester.internal.field;

class ImpossibleEnumValueChangeException extends RuntimeException {

    ImpossibleEnumValueChangeException(final Class type) {
        super("Enum with type '" + type.getName() + "' has no enum constants. The only value of field with this type is null.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy