public class ConditionParseException
extends com.serotonin.web.i18n.LocalizableException
| Modifier and Type | Field and Description |
|---|---|
private int |
from |
private static long |
serialVersionUID |
private int |
to |
| Constructor and Description |
|---|
ConditionParseException(com.serotonin.web.i18n.LocalizableMessage message) |
ConditionParseException(com.serotonin.web.i18n.LocalizableMessage message,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFrom() |
int |
getTo() |
boolean |
isRange() |
private static final long serialVersionUID
private int from
private int to
public ConditionParseException(com.serotonin.web.i18n.LocalizableMessage message)
public ConditionParseException(com.serotonin.web.i18n.LocalizableMessage message,
int from,
int to)
message - the human-readable error messagefrom - inclusive index of the start of the offending part of the statementto - exclusive index of the end of the offending part of the statement