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

com.epam.parso.date.NotImplementedException Maven / Gradle / Ivy

Go to download

Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces are analogous to libraries designed to read table-storing files, for example, CSVReader library. Despite its small size, the Parso library is the only full-featured open-source solution to process SAS7BDAT datasets, both uncompressed, CHAR-compressed and BIN-compressed. It is effective in processing clinical and statistical data often stored in SAS7BDAT format. Parso allows converting data into CSV format.

The newest version!
package com.epam.parso.date;

/**
 * Declared but not yet implemented formats throw this type of exception.
 * This exception is suppose to be caught internally to substitute
 * not implemented with on of fallback date format.
 */
class NotImplementedException extends RuntimeException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy