ColumnException
Overview
The ColumnException is a base class for exceptions that are related with retrieving field value for a specific column.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.data
- Ancestry: Exception | DataException | ColumnException
Properties
Column
property Column: DataColumn read;
DataColumn Column { __get; }
Instance Methods
constructor (DataColumn)
Creates a new ColumnException with the given column and null as its detail message. The cause is not initialized.
constructor(aColumn: DataColumn)
ColumnException(DataColumn aColumn)
Parameters:
- aColumn: The related column.
constructor (String, Throwable, DataColumn)
Creates a new ColumnException with the given column and null as its detail message. The cause is not initialized.
constructor(aMessage: String; aCause: Throwable; aColumn: DataColumn)
ColumnException(String aMessage, Throwable aCause, DataColumn aColumn)
Parameters:
- aMessage:
- aCause:
- aColumn: The related column.
constructor (String, DataColumn)
constructor(aMessage: String; aColumn: DataColumn)
ColumnException(String aMessage, DataColumn aColumn)
Parameters:
- aMessage:
- aColumn:
constructor (String, Throwable, Boolean, Boolean) (declared in DataException)
constructor(arg1: String; arg2: Throwable; arg3: Boolean; arg4: Boolean)
ColumnException(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)
Parameters:
- arg1:
- arg2:
- arg3:
- arg4: