| Package | Description |
|---|---|
| org.delia.api | |
| org.delia.compiler | |
| org.delia.db | |
| org.delia.error | |
| org.delia.rule | |
| org.delia.runner | |
| org.delia.typebuilder |
| Modifier and Type | Method and Description |
|---|---|
List<DeliaError> |
DeliaImpl.getNonFutureDeclErrors(List<DeliaError> errL) |
| Modifier and Type | Method and Description |
|---|---|
List<DeliaError> |
DeliaImpl.getNonFutureDeclErrors(List<DeliaError> errL) |
int |
DeliaImpl.numFutureDeclErrors(List<DeliaError> errL) |
| Modifier and Type | Field and Description |
|---|---|
List<DeliaError> |
CompilerResults.errors |
| Modifier and Type | Method and Description |
|---|---|
protected DeliaError |
CompilerPassBase.createError(String id,
String errMsg,
Exp exp) |
| Constructor and Description |
|---|
DBException(DeliaError err) |
DBValidationException(DeliaError err) |
InternalException(DeliaError err) |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailedError |
class |
ValidationError
A validation error is an error in input data, usually
related to domain business rules.
|
| Modifier and Type | Method and Description |
|---|---|
DeliaError |
ErrorTracker.add(Object self,
String id,
String msg) |
DeliaError |
SimpleErrorTracker.add(Object self,
String id,
String msg) |
DeliaError |
ErrorTracker.add(String id,
String msg) |
DeliaError |
SimpleErrorTracker.add(String id,
String msg) |
DeliaError |
ErrorTracker.getLastError() |
DeliaError |
SimpleErrorTracker.getLastError() |
| Modifier and Type | Method and Description |
|---|---|
List<DeliaError> |
ErrorTracker.getErrors() |
List<DeliaError> |
SimpleErrorTracker.getErrors() |
List<DeliaError> |
SimpleErrorTracker.getErrorsSinceMark(int mark) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorTracker.add(DeliaError err) |
void |
SimpleErrorTracker.add(DeliaError err) |
void |
ErrorTracker.add(Object self,
DeliaError err) |
void |
SimpleErrorTracker.add(Object self,
DeliaError err) |
String |
ErrorFormatterService.format(DeliaError err) |
String |
ErrorFormatterServiceImpl.format(DeliaError err) |
String |
ErrorFormatterService.format(DeliaError err,
Locale locale) |
String |
ErrorFormatterServiceImpl.format(DeliaError err,
Locale locale) |
protected String |
ErrorFormatterServiceImpl.getTextMessage(DeliaError err,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
DeliaError |
DRuleContext.addError(DRule rule,
String msg) |
DeliaError |
DRuleContext.addError(String id,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
List<DeliaError> |
DRuleContext.getErrors() |
| Modifier and Type | Field and Description |
|---|---|
DeliaError |
QueryResponse.err |
| Modifier and Type | Field and Description |
|---|---|
List<DeliaError> |
ValueException.errL |
List<DeliaError> |
ResultValue.errors |
| Modifier and Type | Method and Description |
|---|---|
DeliaError |
DeliaException.getLastError() |
DeliaError |
ResultValue.getLastError() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultValue.addIfNotNull(DeliaError err) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeRunner.executeStatements(List<Exp> extL,
List<DeliaError> allErrors) |
void |
RulePostProcessor.process(DTypeRegistry registry,
List<DeliaError> allErrors) |
| Constructor and Description |
|---|
DeliaException(DeliaError err) |
ValueException(DeliaError err) |
| Constructor and Description |
|---|
DeliaException(List<DeliaError> errL) |
ValueException(List<DeliaError> errL) |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureDeclError |
Copyright © 2020. All rights reserved.