com.epam.parso.date.NotImplementedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parso Show documentation
Show all versions of parso Show documentation
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 {
}