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/06 21:23:38 UTC

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

Author: schor
Date: Fri May  6 21:23:37 2016
New Revision: 1742635

URL: http://svn.apache.org/viewvc?rev=1742635&view=rev
Log:
[UIMA-4670] additional msgs

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=1742635&r1=1742634&r2=1742635&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  6 21:23:37 2016
@@ -588,6 +588,7 @@ GET_CLASS_FOR_TYPE_BEFORE_TS_COMMIT = Ca
 CAS_MISSING_FS = The CAS doesn''t have a Feature Structure whose ID is {0}; it may have been garbage collected.
 INVALID_FS_ID = The Feature Structure ID {0} is invalid.
 TYPESYSTEMS_NOT_COMMITTED = Type Systems must be committed before calling this method.
+ADD_ARRAY_TYPE_AFTER_TS_COMMITTED = Can''t add an array type "{0}" to the type system after the type system has been committed.
 
 #------------------------------------------------------------------------
 # Serialization / deserialization runtime exceptions