Class VariantTypeException

All Implemented Interfaces:
Serializable

public class VariantTypeException extends RuntimeException
Thrown when a Variant accessor is called on a value whose tagged type does not match what the accessor expects — for example, calling PqVariant.asInt() on a Variant holding a STRING.
See Also: