public class ReadingNotSupportedException extends UnsupportedVariantTypeException
This exception is thrown when HPSF tries to read a (yet) unsupported variant type.
WritingNotSupportedException
,
UnsupportedVariantTypeException
,
Serialized FormConstructor and Description |
---|
ReadingNotSupportedException(long variantType,
Object value)
Constructor
|
getValue, getVariantType
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadingNotSupportedException(long variantType, Object value)
Constructor
variantType
- The unsupported variant type.value
- The value.Copyright © 2020. All rights reserved.