public abstract class VariantTypeException extends HPSFException
This exception is thrown if HPSF encounters a problem with a variant type. Concrete subclasses specifiy the problem further.
| Constructor and Description | 
|---|
| VariantTypeException(long variantType,
                    Object value,
                    String msg)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getValue()Returns the value who's variant type caused the problem. | 
| long | getVariantType()Returns the offending variant type. | 
getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic long getVariantType()
Returns the offending variant type.
public Object getValue()
Returns the value who's variant type caused the problem.
Copyright © 2014 Open Microscopy Environment