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

net.ripe.db.whois.common.rpsl.attrs.AttributeParseException Maven / Gradle / Ivy

package net.ripe.db.whois.common.rpsl.attrs;

public class AttributeParseException extends IllegalArgumentException {
    public AttributeParseException(final String message, final String value) {
        super(message + " (" + value + ")");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy