Package loci.poi.hpsf
Class IllegalVariantTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.poi.hpsf.HPSFException
loci.poi.hpsf.VariantTypeException
loci.poi.hpsf.IllegalVariantTypeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionIllegalVariantTypeException(long variantType, Object value) ConstructorIllegalVariantTypeException(long variantType, Object value, String msg) Constructor -
Method Summary
Methods inherited from class loci.poi.hpsf.VariantTypeException
getValue, getVariantTypeMethods inherited from class loci.poi.hpsf.HPSFException
getReasonMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalVariantTypeException
Constructor
- Parameters:
variantType- The unsupported variant typevalue- The valuemsg- A message string
-
IllegalVariantTypeException
Constructor
- Parameters:
variantType- The unsupported variant typevalue- The value
-