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