borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----java.lang.Throwable +----java.lang.Exception +----java.lang.RuntimeException +----com.borland.dx.dataset.VariantException
Constructors Properties Methods
Implements Serializable
An exception thrown when an error occurs in a Variant
object.
public VariantException(String error)Constructs a
VariantException
object that contains the error that occurred in the Variant
.
error
public static final void fire(String error)Throws a
VariantException
.
error