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

com.github.leeonky.util.NoSuchAccessorException Maven / Gradle / Ivy

The newest version!
package com.github.leeonky.util;

public class NoSuchAccessorException extends IllegalArgumentException {
    public NoSuchAccessorException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy