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

kendal.api.exceptions.InvalidArgumentException Maven / Gradle / Ivy

The newest version!
package kendal.api.exceptions;

public class InvalidArgumentException extends KendalRuntimeException {
    /**
     * @param message will be printed by {@link KendalProcessor} as a compilation error.
     */
    public InvalidArgumentException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy