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

WritingNotSupportedException

public class WritingNotSupportedException extends UnsupportedVariantTypeException

This exception is thrown when trying to write a (yet) unsupported variant type.

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

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

Constructor

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

        super(variantType, value);
    
Methods Summary