java.io.Serializable
ReadingNotSupportedException
, WritingNotSupportedException
public abstract class UnsupportedVariantTypeException extends VariantTypeException
This exception is thrown if HPSF encounters a variant type that isn't
supported yet. Although a variant type is unsupported the value can still be
retrieved using the VariantTypeException.getValue()
method.
Obviously this class should disappear some day.
Constructor | Description |
---|---|
UnsupportedVariantTypeException(long variantType,
java.lang.Object value) |
Constructor.
|
getReason
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
getValue, getVariantType
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.