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

pickleib.exceptions.PickleibException Maven / Gradle / Ivy

The newest version!
package pickleib.exceptions;

public class PickleibException extends RuntimeException {
    public PickleibException(String errorMessage) {super(errorMessage);}

    public PickleibException(Exception errorMessage) {super(errorMessage);}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy