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/24 15:24:49 UTC

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

Author: schor
Date: Tue May 24 15:24:49 2016
New Revision: 1745371

URL: http://svn.apache.org/viewvc?rev=1745371&view=rev
Log:
[UIMA-4670] add new exception messages

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=1745371&r1=1745370&r2=1745371&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 Tue May 24 15:24:49 2016
@@ -573,6 +573,7 @@ ANNOTATION_IN_WRONG_INDEX = Error - the
 TYPE_NOT_IN_INDEX = Error accessing index "{0}" for type "{1}".  Index "{0}" is over type "{2}", which is not a supertype of "{1}".
 DISALLOW_CREATE_ANNOTATION_IN_BASE_CAS = The type "{0}", a subtype of AnnotationBase, can''t be created in the Base CAS.
 CANNOT_CLONE_SOFA = SofaFS may not be cloned.
+CAS_MISMATCH = Mismatched CAS "{0}".
 DELTA_CAS_PREEXISTING_FS_DISALLOWED = "Preexisting FS encountered but not allowed. "{0}"
 INVALID_MARKER = Marker is invalid.
 MULTIPLE_CREATE_MARKER = CreateMarker called multiple times for one CAS.  This implementation only supports one call.
@@ -590,6 +591,9 @@ CAS_MISSING_FS = The CAS doesn''t have a
 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.
+FS_NOT_MEMBER_OF_CAS = Feature Structure {0} belongs to CAS {1}, may not be set as the value of an array or list element in a different CAS {2}.
+ILLEGAL_STATE_DELTA_SERIALIZE_WITHOUT_PREVIOUS_DESERIALIZE = Illegal State - cannot do delta serialization ({0}) of a Cas {1} without a previous deserialize.
+ILLEGAL_ADD_TO_INDEX_IN_BASE_CAS = Illegal operation - cannot add Feature Structure {0} to base CAS {1}.
 
 #------------------------------------------------------------------------
 # Serialization / deserialization runtime exceptions