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

cl.core.configurable.ConfigurableException Maven / Gradle / Ivy

The newest version!
package cl.core.configurable;

/**
 * Instances of this exception are thrown by methods of {@link Configurable} interface.
 * 
 * @see Configurable
 */
@SuppressWarnings("serial")
public class ConfigurableException extends RuntimeException {
    public ConfigurableException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy