
com.crabshue.commons.args.exceptions.ArgumentsErrorContext Maven / Gradle / Ivy
package com.crabshue.commons.args.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} for command line arguments operations.
*/
public enum ArgumentsErrorContext implements ErrorContext {
REQUIRED,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy