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

org.archive.format.arc.ARCFormatException Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.format.arc;

import org.archive.RecoverableRecordFormatException;

public class ARCFormatException extends RecoverableRecordFormatException {

	public ARCFormatException(String string) {
		super(string);
	}
	public ARCFormatException(Exception e) {
		super(e);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy