All Downloads are FREE. Search and download functionalities are using the official Maven repository.

leap.lang.el.messages.properties Maven / Gradle / Ivy

The newest version!
el.errors.nullArrayValue=Array is null, cannot access array item : {0}
el.errors.nullArrayIndex=Array index is null, cannot access array item : {0}
el.errors.invalidArrayIndex=Array index must be integer, cannot access array item : {0} , error : {1}

el.errors.noSuchFunction=No such function '{0}'
el.errors.functionInvokeError=Error invoking function '{0}', {1}

el.errors.noSuchMethod=No such method '{0}' in class '{1}'
el.errors.methodInvokeError=Error invoking method '{0}' of object '{1}', {2}

el.errors.noSuchProperty=No such property '{0}' in class '{1}'
el.errors.getPropertyError=Error get value from property '{0}' in object '{1}', {2}

el.errors.valuesNotComparable=The values [{0}] and [{1}] are not comparable.

el.errors.cannotApplyMinusOperatorTo=Cannot apply minus operator '-' to the value '{0}'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy