Package loci.poi.hpsf

Class IllegalVariantTypeException

All Implemented Interfaces:
Serializable

public class IllegalVariantTypeException extends VariantTypeException

This exception is thrown if HPSF encounters a variant type that is illegal in the current context.

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

    • IllegalVariantTypeException

      public IllegalVariantTypeException(long variantType, Object value, String msg)

      Constructor

      Parameters:
      variantType - The unsupported variant type
      value - The value
      msg - A message string
    • IllegalVariantTypeException

      public IllegalVariantTypeException(long variantType, Object value)

      Constructor

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