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

org.vatplanner.dataformats.vatsimpublic.UnconfiguredException Maven / Gradle / Ivy

There is a newer version: 0.1-pre230626
Show newest version
package org.vatplanner.dataformats.vatsimpublic;

/**
 * {@link RuntimeException} used to indicate that a configuration did not
 * specify any actions to be taken.
 */
public class UnconfiguredException extends RuntimeException {

    public UnconfiguredException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy