org.glassfish.jersey.server.validation.internal
Class LocalizationMessages

java.lang.Object
  extended by org.glassfish.jersey.server.validation.internal.LocalizationMessages

public final class LocalizationMessages
extends Object

Defines string formatting method for each constant in the resource file


Constructor Summary
LocalizationMessages()
           
 
Method Summary
static String CONSTRAINT_VIOLATIONS_ENCOUNTERED()
          Following ConstraintViolations has been encountered.
static Localizable localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()
           
static Localizable localizableOVERRIDE_CHECK_ERROR(Object arg0)
           
static Localizable localizableVALIDATION_EXCEPTION_RAISED()
           
static String OVERRIDE_CHECK_ERROR(Object arg0)
          Multiple ValidateOnExecution annotation definitions are hosted in the hierarchy of {0} method.
static String VALIDATION_EXCEPTION_RAISED()
          Unexpected Bean Validation problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizationMessages

public LocalizationMessages()
Method Detail

localizableOVERRIDE_CHECK_ERROR

public static 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.


localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED

public static Localizable localizableCONSTRAINT_VIOLATIONS_ENCOUNTERED()

CONSTRAINT_VIOLATIONS_ENCOUNTERED

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


localizableVALIDATION_EXCEPTION_RAISED

public static Localizable localizableVALIDATION_EXCEPTION_RAISED()

VALIDATION_EXCEPTION_RAISED

public static String VALIDATION_EXCEPTION_RAISED()
Unexpected Bean Validation problem.



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.