Messages.properties 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved.
  3. #
  4. # This program and the accompanying materials are made available under the
  5. # terms of the Eclipse Distribution License v. 1.0, which is available at
  6. # http://www.eclipse.org/org/documents/edl-v10.php.
  7. #
  8. # SPDX-License-Identifier: BSD-3-Clause
  9. #
  10. ContextFinder.ProviderNotFound = \
  11. Provider {0} not found
  12. ContextFinder.DefaultProviderNotFound = \
  13. Implementation of JAXB-API has not been found on module path or classpath.
  14. ContextFinder.CouldNotInstantiate = \
  15. Provider {0} could not be instantiated: {1}
  16. ContextFinder.CantFindPropertiesFile = \
  17. Unable to locate jaxb.properties for package {0}
  18. ContextFinder.CantMixProviders = \
  19. You may not mix JAXB Providers on the context path
  20. ContextFinder.MissingProperty = \
  21. jaxb.properties in package {0} does not contain the {1} property.
  22. ContextFinder.NoPackageInContextPath = \
  23. No package name is given
  24. ContextFinder.ErrorLoadClass = \
  25. Error loading class {0} listed in {1}, make sure that entries are accessable \
  26. on CLASSPATH and of the form ClassName or OuterClass.InnerClass \
  27. not ClassName.class or fully.qualified.ClassName
  28. PropertyException.NameValue = \
  29. name: {0} value: {1}
  30. DatatypeConverter.ConverterMustNotBeNull = \
  31. The DatatypeConverterInterface parameter must not be null
  32. JAXBContext.IllegalCast = \
  33. ClassCastException: attempting to cast {0} to {1}. Please make sure that you are specifying the proper ClassLoader.
  34. JAXBClasses.notOpen = \
  35. Package {0} with JAXB class {1} defined in a module {2} must be open to at least java.xml.bind module.