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.
|
getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public long getVariantType()
Returns the offending variant type.
public Object getValue()
Returns the value who's variant type caused the problem.
Copyright © 2020. All rights reserved.