borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----java.lang.Throwable +----java.lang.Exception +----borland.jbcl.dataset.DataSetException +----borland.jbcl.dataset.ResolutionException
Variables Constructors Properties Methods
Implements ChainedException, Serializable
The ResolutionException class defines error constants and behavior associated with error conditions encountered when resolving changes made to data back to its data source. It extends DataSetException and may include chained exceptions.
See also: DataSetException, ExceptionDialog
public static final int DELETE_FAILED = BASE+2Attempting to assign a value to a DataSet that has been set to readOnly.
public static final int INSERT_FAILED = BASE+1
public static final int UPDATE_FAILED = BASE+3Master rows that have detail rows linked to them cannot be deleted or have their linking columns modified.
public DataSet dataSet
public ResolutionException(int errorCode, borland.jbcl.dataset.DataSet dataSet, java.lang.String message, java.lang.Exception ex)
public DataSet getDataSet()