Author: schor
Date: Wed May 25 14:29:59 2016
New Revision: 1745494
URL: http://svn.apache.org/viewvc?rev=1745494&view=rev
Log:
[UIMA-4670] remove unused msg about illegal_state for delta serialization /
deserialization
Modified:
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CASRuntimeException.java
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/java/org/apache/uima/cas/CASRuntimeException.java
URL:
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CASRuntimeException.java?rev=1745494&r1=1745493&r2=1745494&view=diff
==============================================================================
---
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CASRuntimeException.java
(original)
+++
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/cas/CASRuntimeException.java
Wed May 25 14:29:59 2016
@@ -268,10 +268,7 @@ public class CASRuntimeException extends
/** 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}.*/
public static final String FS_NOT_MEMBER_OF_CAS = "FS_NOT_MEMBER_OF_CAS";
-
- /** Illegal State - cannot do delta serialization ({0}) of a Cas {1} without
a previous deserialize.*/
- public static final String
ILLEGAL_STATE_DELTA_SERIALIZE_WITHOUT_PREVIOUS_DESERIALIZE =
"ILLEGAL_STATE_DELTA_SERIALIZE_WITHOUT_PREVIOUS_DESERIALIZE";
-
+
/** Illegal operation - cannot add Feature Structure {0} to base Cas {1}.*/
public static final String ILLEGAL_ADD_TO_INDEX_IN_BASE_CAS =
"ILLEGAL_ADD_TO_INDEX_IN_BASE_CAS";
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=1745494&r1=1745493&r2=1745494&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
Wed May 25 14:29:59 2016
@@ -592,7 +592,6 @@ INVALID_FS_ID = The Feature Structure ID
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}.
#------------------------------------------------------------------------