borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

VariantException class

java.lang.Object
   +----java.lang.Throwable
           +----java.lang.Exception
                   +----java.lang.RuntimeException
                           +----borland.jbcl.util.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

VariantException methods

Methods implemented in this class

Methods implemented in java.lang.Object

Methods implemented in java.lang.Throwable


VariantException constructors

VariantException(java.lang.String)

  public VariantException(java.lang.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(java.lang.String error)
Throws a VariantException.

Parameters:

error
The string containing the error that occurred.