FileDocCategorySizeDatePackage
ReadingNotSupportedException.javaAPI DocApache Poi 3.0.11771Mon Jan 01 12:39:34 GMT 2007org.apache.poi.hpsf

ReadingNotSupportedException

public class ReadingNotSupportedException extends UnsupportedVariantTypeException

This exception is thrown when HPSF tries to read a (yet) unsupported variant type.

see
WritingNotSupportedException
see
UnsupportedVariantTypeException
author
Rainer Klute <klute@rainer-klute.de>
since
2003-08-08
version
$Id: ReadingNotSupportedException.java 489730 2006-12-22 19:18:16Z bayard $

Fields Summary
Constructors Summary
public ReadingNotSupportedException(long variantType, Object value)

Constructor

param
variantType The unsupported variant type.
param
value The value.

        super(variantType, value);
    
Methods Summary