FileDocCategorySizeDatePackage
InvalidRecordFormatException.javaAPI DocApache Poi 3.0.11260Mon Jan 01 18:55:34 GMT 2007org.apache.poi.hslf.exceptions

InvalidRecordFormatException

public class InvalidRecordFormatException extends Exception
This exception is thrown when we try to create a record, and the underlying data just doesn't match up
author
Nick Burch

Fields Summary
Constructors Summary
public InvalidRecordFormatException(String s)

		super(s);
	
Methods Summary