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

gov.nasa.pds.objectAccess.InvalidTableException Maven / Gradle / Ivy

There is a newer version: 2.8.4
Show newest version
//Copyright (c) 2020, California Institute of Technology.
//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
//
// $Id: InvalidTableContentException.java $
//

package gov.nasa.pds.objectAccess;

/**
 * @author hyunlee
 * @version $Revision: 10821 $
 * 
 */
public class InvalidTableException extends Exception {
	private static final long serialVersionUID = 1L;

	public InvalidTableException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy