borland Packages Class Hierarchy dx.dataset Package
VariantException class
java.lang.Object
+----java.lang.Throwable
+----java.lang.Exception
+----java.lang.RuntimeException
+----com.borland.dx.dataset.VariantException
About the VariantException class
Constructors Properties Methods
Implements Serializable
An exception thrown when an error occurs in a Variant object.
VariantException constructors
VariantException properties
*Read-only properties **Write-only properties
Properties implemented in java.lang.Object
Properties implemented in java.lang.Throwable
- localizedMessage*
- message*
VariantException methods
Methods implemented in this class
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- wait()
- wait(long)
- wait(long, int)
Methods implemented in java.lang.Throwable
- fillInStackTrace()
- printStackTrace()
- printStackTrace(java.io.PrintStream)
- printStackTrace(java.io.PrintWriter)
- toString()
VariantException constructors
VariantException(java.lang.String)
public VariantException(String error)
Constructs a VariantException object that contains the error that occurred in the Variant.
Parameters:
- error
- The string containing the error that occurred.
VariantException methods
fire(java.lang.String)
public static final void fire(String error)
Throws a VariantException.
Parameters:
- error
- The string containing the error that occurred.