Package com.seeq.model
Class FormulaCompilerErrorOutputV1
java.lang.Object
com.seeq.model.FormulaCompilerErrorOutputV1
Errors (if any) from the formula
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
errorCategory
(String errorCategory) functionId
(String functionId) The column of the formula that resulted in an errorThe category of the formula error, i.e.The type of formula error that occurredThe function where the error occurredThe itemId that is the cause of the errorgetLine()
The line of the formula that resulted in an errorAn error message for the compiled formulaint
hashCode()
void
void
setErrorCategory
(String errorCategory) void
setErrorType
(String errorType) void
setFunctionId
(String functionId) void
void
void
setMessage
(String message) toString()
-
Constructor Details
-
FormulaCompilerErrorOutputV1
public FormulaCompilerErrorOutputV1()
-
-
Method Details
-
column
-
getColumn
The column of the formula that resulted in an error- Returns:
- column
-
setColumn
-
errorCategory
-
getErrorCategory
The category of the formula error, i.e. when it was encountered- Returns:
- errorCategory
-
setErrorCategory
-
errorType
-
getErrorType
The type of formula error that occurred- Returns:
- errorType
-
setErrorType
-
functionId
-
getFunctionId
The function where the error occurred- Returns:
- functionId
-
setFunctionId
-
itemId
-
getItemId
The itemId that is the cause of the error- Returns:
- itemId
-
setItemId
-
line
-
getLine
The line of the formula that resulted in an error- Returns:
- line
-
setLine
-
message
-
getMessage
An error message for the compiled formula- Returns:
- message
-
setMessage
-
equals
-
hashCode
public int hashCode() -
toString
-