This exception is thrown if HPSF encounters a problem with a variant type. Concrete subclasses specifiy the problem further.
Constructor.paramvariantType The variant type causing the problemparamvalue The value who's variant type causes the problemparammsg A message text describing the problem super(msg); this.variantType = variantType; this.value = value;
Constructor.
super(msg); this.variantType = variantType; this.value = value;
Returns the value who's variant type caused the problem.returnthe value who's variant type caused the problem return value;
Returns the value who's variant type caused the problem.
return value;
Returns the offending variant type.returnthe offending variant type. return variantType;
Returns the offending variant type.
return variantType;