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

com.github.jsonparser.util.ExceptionConstants Maven / Gradle / Ivy

Go to download

The library performs an operation on JSON and returns CSV data in the following output formats: String, File, and Writer.

There is a newer version: 1.1
Show newest version
package com.github.jsonparser.util;

/**
 * @author Ram Alapure
 * @version 1.0
 * @since 17/02/2020
 */
public class ExceptionConstants {

    private ExceptionConstants() {
    }

    public static final String STR_IO_EXCEPTION = "The IO exception occurred while reading a file.";
    public static final String STR_FILE_EXCEPTION = "The specified file: %s is not found for processing.";
    public static final String STR_PARSING_EXCEPTION = "The exception occurred while parsing the file.";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy