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=1758045&r1=1758044&r2=1758045&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 Sat Aug 27 14:29:59 2016 @@ -587,6 +587,7 @@ ILLEGAL_FEAT_SET = While a FeatureStruct ILLEGAL_TYPE_CHANGE = ll_setIntValue call to change the type: new type "{0}" must be a subtype of existing type "{1}". ILLEGAL_TYPE_CHANGE_IN_INDEX = ll_setIntValue call to change the type, but the Feature Structure is in an index. New type: "{0}", existing type "{1}". ILLEGAL_SOFAREF_MODIFICATION = Sofa reference in AnnotationBase may not be modified. +LENIENT_NOT_SUPPORTED = Lenient deserialization not support for input of type {0}. NOT_SUPPORTED_NO_HEAP_IN_UIMA_V3 = This method depends on having a CAS Heap design, and is not support in UIMA Version 3 and later. CREATE_FS_BEFORE_TS_COMMITTED = Cannot create FS of type "{0}" until the type system has been committed. GET_CLASS_FOR_TYPE_BEFORE_TS_COMMIT = Cannot request the Java Class for a UIMA type before type system commit. @@ -602,4 +603,6 @@ ILLEGAL_ADD_TO_INDEX_IN_BASE_CAS = Illeg #------------------------------------------------------------------------ BLOB_SERIALIZATION = Error trying to do binary serialization of CAS data and write the BLOB to an output stream. BLOB_DESERIALIZATION = Error trying to read BLOB data from an input stream and deserialize into a CAS. +LENIENT_FORM_6_NO_TS = Deserializing Compressed Form 6 with CasLoadMode LENIENT, but no Type System provided. +UNRECOGNIZED_SERIALIZED_CAS_FORMAT = Unrecognized serialized CAS format. deserialized_type_not_found = While deserializing, no type found for type code {0}.
