You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2015/11/23 19:12:06 UTC

svn commit: r1715906 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties

Author: schor
Date: Mon Nov 23 18:12:06 2015
New Revision: 1715906

URL: http://svn.apache.org/viewvc?rev=1715906&view=rev
Log:
[UIMA-4670] add error message

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties?rev=1715906&r1=1715905&r2=1715906&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/cas/impl/xcas.properties Mon Nov 23 18:12:06 2015
@@ -30,7 +30,8 @@ ILLEGAL_ARRAY_SIZE = Error parsing XCAS
 ILLEGAL_ARRAY_ATTR = Error parsing XCAS from source {0} at line {1}, column {2}: unknown attribute for array type: {3}.
 UNKNOWN_FEATURE = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: unknown feature: {3}.
 INTEGER_EXPECTED = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: expected integer value, but found: {3}.
-FLOAT_EXPECTED = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: expected float value, but found: {3}.
+NUMBER_EXPECTED = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: expected a numeric value, but found: {3}.
 EXCESS_ARRAY_ELE = Error parsing XCAS from source {0} at line {1}, column {2}: number of array elements exceeds specified array size.
 UNKNOWN_ID = Error parsing XMI-CAS from source {0} at line {1}, column {2}: xmi id {3} is referenced but not defined.
-SOFA_REF_MISSING = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: in subtype of AnnotationBase, sofa reference is missing.
\ No newline at end of file
+SOFA_REF_MISSING = Error parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: in subtype of AnnotationBase, sofa reference is missing.
+DELTA_ARRAY_SIZE_CHANGED = Error parsing XMI-CAS from source {0} at line {1}, column {2}: In a Delta Cas, an xmi:id referencing a pre-existing (below the mark line) Feature Structure is an array with a different size than the one being deserialized; old/new sizes: {3}.  This indicates the XMI is corrupted.
\ No newline at end of file