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

io.github.avivcarmis.confEager.exceptions.ConfEagerReadBeforeWriteException Maven / Gradle / Ivy

Go to download

Super simplistic and dynamic eager-initialization configuration library for Java.

The newest version!
package io.github.avivcarmis.confEager.exceptions;

public class ConfEagerReadBeforeWriteException extends ConfEagerException {

    public ConfEagerReadBeforeWriteException() {
        super("confEager property not populated before read");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy