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

com.github.sidhant92.boolparser.exception.DataNotFoundException Maven / Gradle / Ivy

The newest version!
package com.github.sidhant92.boolparser.exception;

public class DataNotFoundException extends RuntimeException {
    @Override
    public String getMessage() {
        return "Data not found";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy