Class LocalizationMessages


  • public final class LocalizationMessages
    extends Object
    Defines string formatting method for each constant in the resource file
    • Constructor Detail

      • LocalizationMessages

        public LocalizationMessages()
    • Method Detail

      • localizableVALIDATION_EXCEPTION_RAISED

        public static org.glassfish.jersey.internal.l10n.Localizable localizableVALIDATION_EXCEPTION_RAISED()
      • VALIDATION_EXCEPTION_RAISED

        public static String VALIDATION_EXCEPTION_RAISED()
        Unexpected Bean Validation problem.
      • localizableOVERRIDE_CHECK_ERROR

        public static org.glassfish.jersey.internal.l10n.Localizable localizableOVERRIDE_CHECK_ERROR​(Object arg0)
      • OVERRIDE_CHECK_ERROR

        public static String OVERRIDE_CHECK_ERROR​(Object arg0)
        Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of {0} method.
      • localizableVALIDATION_EXCEPTION_PROVIDER

        public static org.glassfish.jersey.internal.l10n.Localizable localizableVALIDATION_EXCEPTION_PROVIDER()
      • VALIDATION_EXCEPTION_PROVIDER

        public static String VALIDATION_EXCEPTION_PROVIDER()
        Failed to configure the default validation provider.
      • localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED

        public static org.glassfish.jersey.internal.l10n.Localizable localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()
      • CONSTRAINT_VIOLATIONS_ENCOUNTERED

        public static String CONSTRAINT_VIOLATIONS_ENCOUNTERED()
        Following ConstraintViolations has been encountered.