Package loci.poi.hpsf

Class ReadingNotSupportedException

All Implemented Interfaces:
Serializable

public class ReadingNotSupportedException extends UnsupportedVariantTypeException

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

Since:
2003-08-08
Version:
$Id: ReadingNotSupportedException.java 489730 2006-12-22 19:18:16Z bayard $
Author:
Rainer Klute <klute@rainer-klute.de>
See Also:
  • Constructor Details

    • ReadingNotSupportedException

      public ReadingNotSupportedException(long variantType, Object value)

      Constructor

      Parameters:
      variantType - The unsupported variant type.
      value - The value.