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 2016/05/13 15:24:13 UTC

svn commit: r1743692 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties

Author: schor
Date: Fri May 13 15:24:13 2016
New Revision: 1743692

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

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

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties?rev=1743692&r1=1743691&r2=1743692&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties Fri May 13 15:24:13 2016
@@ -561,6 +561,7 @@ SOFANAME_ALREADY_EXISTS = A sofaFS with
 SOFADATA_ALREADY_SET = Data for Sofa feature {0} has already been set.
 SOFANAME_NOT_FOUND = No sofaFS with name {0} found.
 SOFAREF_NOT_FOUND = No sofaFS for specified sofaRef found.
+SOFAREF_NOT_SET = Sofa reference for FS {0} is required, but it is not set.  This can happen during deserialization when the type system changes where this FeatureStructure''s type definition is now a subtype of uima.cas.AnnotationBase but was not when the serialized form was created.
 PROTECTED_SOFA_FEATURE = Can''t use standard set methods with SofaFS features.
 JCAS_MISSING_COVERCLASS = The JCAS cover class "{0}" could not be loaded.
 INVALID_FEATURE_PATH = The feature path "{0}" is not valid.