|
|
|
@ -263,7 +263,7 @@ class AlarmRuleState { |
|
|
|
} |
|
|
|
|
|
|
|
var longValue = getLongValue(keyValue); |
|
|
|
if (longValue != null) { |
|
|
|
if (longValue == null) { |
|
|
|
String sourceAttribute = dynamicValue.getSourceAttribute(); |
|
|
|
throw new NumericParseException(String.format("could not parse attribute [%s: %s] from source!", sourceAttribute, getStrValue(keyValue))); |
|
|
|
} |
|
|
|
|