diff options
Diffstat (limited to 'branches/sca-java-1.3.2/modules/contribution/src/main/resources/contribution-validation-messages.properties')
-rw-r--r-- | branches/sca-java-1.3.2/modules/contribution/src/main/resources/contribution-validation-messages.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.2/modules/contribution/src/main/resources/contribution-validation-messages.properties b/branches/sca-java-1.3.2/modules/contribution/src/main/resources/contribution-validation-messages.properties index bd650fe457..4f9f85048e 100644 --- a/branches/sca-java-1.3.2/modules/contribution/src/main/resources/contribution-validation-messages.properties +++ b/branches/sca-java-1.3.2/modules/contribution/src/main/resources/contribution-validation-messages.properties @@ -23,9 +23,12 @@ SchemaFatalError = XMLSchema validation fatal error occured in: {0} ,line = {1}, SchemaWarning = XMLSchema validation warning occured in: {0} ,line = {1}, column = {2}, Message = {3} UnsupportedPackageTypeException = Unsupported contribution package type: {0} ElementCannotBeProcessed = Element {0} cannot be processed. ({1}) +AttributeCannotBeProcessed = Attribute {0} cannot be processed. ({1}) NoStaxProcessor = No StAX processor is configured to handle {0} ContributionWriteException = ContributionWriteException occured due to : ContributionReadException = ContributionReadException occured due to : UnrecognizedElementException = Unrecognized Element : {0} IllegalArgumentException = Invalid qname: {0} PrivilegedActionException = PrivilegedActionException occured due to : +AttributeCannotBeProcessed = Attribute {0} cannot be processed. ({1}) + |