EvaluationException
Overview
The EvaluationException is raised by CalculatedDataColumn if any of these occurs:
- evaluation code raised an exception.
- result type of the eveluation code doesn't correspond to the column's data type.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.data
- Ancestry: Exception | DataException | ColumnException | EvaluationException
Properties
Column (declared in ColumnException)
property Column: DataColumn read;
DataColumn Column { __get; }
Instance Methods
constructor (DataColumn)
Creates a new EvaluationException with the given column and null as its detail message. The cause is not initialized.
constructor(aColumn: DataColumn)
EvaluationException(DataColumn aColumn)
Parameters:
- aColumn: The related column.
constructor (String, Throwable, DataColumn)
Creates a new EvaluationException with the given column and null as its detail message. The cause is not initialized.
constructor(aMessage: String; aCause: Throwable; aColumn: DataColumn)
EvaluationException(String aMessage, Throwable aCause, DataColumn aColumn)
Parameters:
- aMessage:
- aCause:
- aColumn: The related column.
constructor (String, DataColumn)
constructor(aMessage: String; aColumn: DataColumn)
EvaluationException(String aMessage, DataColumn aColumn)
Parameters:
- aMessage:
- aColumn:
constructor (String, Throwable, Boolean, Boolean) (declared in DataException)
constructor(arg1: String; arg2: Throwable; arg3: Boolean; arg4: Boolean)
EvaluationException(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)
Parameters:
- arg1:
- arg2:
- arg3:
- arg4: