org.apache.poi.hpsf
Class ReadingNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.poi.hpsf.HPSFException
              extended byorg.apache.poi.hpsf.VariantTypeException
                  extended byorg.apache.poi.hpsf.UnsupportedVariantTypeException
                      extended byorg.apache.poi.hpsf.ReadingNotSupportedException
All Implemented Interfaces:
java.io.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,v 1.4 2004/04/09 13:05:16 glens Exp $
Author:
Rainer Klute <klute@rainer-klute.de>
See Also:
WritingNotSupportedException, UnsupportedVariantTypeException, Serialized Form

Constructor Summary
ReadingNotSupportedException(long variantType, java.lang.Object value)
          Constructor
 
Methods inherited from class org.apache.poi.hpsf.VariantTypeException
getValue, getVariantType
 
Methods inherited from class org.apache.poi.hpsf.HPSFException
getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadingNotSupportedException

public ReadingNotSupportedException(long variantType,
                                    java.lang.Object value)

Constructor

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


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.