ReadOnlyException
Overview
The ReadOnlyException is fired by the DataRow object on the attempt to write in the readonly field.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.data
- Ancestry: Exception | DataException | ColumnException | ReadOnlyException
Properties
Column (declared in ColumnException)
property Column: DataColumn read;
DataColumn Column { __get; }
Instance Methods
constructor (DataColumn)
Creates a new ReadOnlyException with the given column and null as its detail message. The cause is not initialized.
constructor(aColumn: DataColumn)
ReadOnlyException(DataColumn aColumn)
Parameters:
- aColumn: The related column.
constructor (String, Throwable, DataColumn)
Creates a new ReadOnlyException with the given column and null as its detail message. The cause is not initialized.
constructor(aMessage: String; aCause: Throwable; aColumn: DataColumn)
ReadOnlyException(String aMessage, Throwable aCause, DataColumn aColumn)
Parameters:
- aMessage:
- aCause:
- aColumn: The related column.
constructor (String, DataColumn)
constructor(aMessage: String; aColumn: DataColumn)
ReadOnlyException(String aMessage, DataColumn aColumn)
Parameters:
- aMessage:
- aColumn:
constructor (String, Throwable, Boolean, Boolean) (declared in DataException)
constructor(arg1: String; arg2: Throwable; arg3: Boolean; arg4: Boolean)
ReadOnlyException(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)
Parameters:
- arg1:
- arg2:
- arg3:
- arg4: