CatalogMessages.properties revision 808:d6dcb5df3d6d
155714Skris# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
259191Skris# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
355714Skris#
455714Skris# This code is free software; you can redistribute it and/or modify it
555714Skris# under the terms of the GNU General Public License version 2 only, as
655714Skris# published by the Free Software Foundation.  Oracle designates this
755714Skris# particular file as subject to the "Classpath" exception as provided
855714Skris# by Oracle in the LICENSE file that accompanied this code.
9280304Sjkim#
1055714Skris# This code is distributed in the hope that it will be useful, but WITHOUT
1155714Skris# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1255714Skris# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1355714Skris# version 2 for more details (a copy is included in the LICENSE file that
1455714Skris# accompanied this code).
1555714Skris#
16280304Sjkim# You should have received a copy of the GNU General Public License version
1755714Skris# 2 along with this work; if not, write to the Free Software Foundation,
1855714Skris# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1955714Skris#
2055714Skris# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2155714Skris# or visit www.oracle.com if you need additional information or have any
2255714Skris# questions.
23280304Sjkim
2455714Skris# Messages for message reporting
2555714SkrisBadMessageKey = The error message corresponding to the message key can not be found.
2655714SkrisFormatFailed = An internal error occurred while formatting the following message:\n
2755714Skris
2855714Skris#invalid catalog file
2955714SkrisInvalidCatalog = The document element of a catalog must be catalog.
3055714SkrisInvalidEntryType = The entry type ''{0}'' is not valid.
3155714SkrisCircularReference = Circular reference is not allowed: ''{0}''.
3255714Skris
3355714Skris#errors
3455714SkrisInvalidArgument = The specified argument ''{0}'' (case sensitive) for ''{1}'' is not valid.
3555714SkrisNullArgument = The argument ''{0}'' can not be null.
3655714SkrisInvalidPath = The path ''{0}'' is invalid.
3755714SkrisParserConf = Unexpected error while configuring a SAX parser.
38280304SjkimParsingFailed = Failed to parse the catalog file.
3955714SkrisNoCatalogFound = No Catalog is specified.
4055714SkrisNoMatchFound = No match found for publicId ''{0}'' and systemId ''{1}''.
41280304SjkimNoMatchURIFound = No match found for href ''{0}'' and base ''{1}''.
4255714SkrisFailedCreatingURI = Can not construct URI using href ''{0}'' and base ''{1}''.
4355714SkrisOtherError = Unexpected error.