public class WritingNotSupportedException extends UnsupportedVariantTypeException
This exception is thrown when trying to write a (yet) unsupported variant type.
ReadingNotSupportedException, 
UnsupportedVariantTypeException, 
Serialized Form| Constructor and Description | 
|---|
| WritingNotSupportedException(long variantType,
                            Object value)Constructor | 
getValue, getVariantTypegetReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WritingNotSupportedException(long variantType,
                            Object value)
Constructor
variantType - The unsupported variant type.value - The value.Copyright © 2015 Open Microscopy Environment