All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.babyfish.lang.Arguments.properties Maven / Gradle / Ivy

The newest version!
mustBeNullMessage                              = The argument or expression "{0}" must be null
mustNotBeNullMessage                           = The argument or expression "{0}" must not be null
mustNotBeEmptyMessage                          = The argument or expression "{0}" must not be empty
mustNotContainNullElementsMessage              = The argument or expression "{0}" must not contain null elements
mustNotContainEmptyElementsMessage             = The argument or expression "{0}" must not contain empty elements
mustNotContainSpecialElementsMessage           = The argument or expression "{0}" must not contain the elements whose type is "{1}"
mustNotContainNullKeysMessage                  = The argument or expression "{0}" must not contain null keys
mustNotContainEmptyKeysMessage                 = The argument or expression "{0}" must not contain empty keys
mustNotContainSpecialKeysMessage               = The argument or expression "{0}" must not contain the keys whose type is "{1}"
mustNotContainNullValuesMessage                = The argument or expression "{0}" must not contain null values
mustNotContainEmptyValuesMessage               = The argument or expression "{0}" must not contain empty values
mustNotContainSpecialValuesMessage             = The argument or expression "{0}" must not contain the values whose type is "{1}"
mustBeClassMessage                             = The argument or expression "{0}" that is an instance of java.lang.Class must specify a class
mustNotBeClassMessage                          = The argument or expression "{0}" that is an instance of java.lang.Class must not specify a class
mustBeInterfaceMessage                         = The argument or expression "{0}" that is an instance of java.lang.Class must specify an interface
mustNotBeInterfaceMessage                      = The argument or expression "{0}" that is an instance of java.lang.Class must not specify an interface
mustBeEnumMessage                              = The argument or expression "{0}" that is an instance of java.lang.Class must specify an enumeration
mustNotBeEnumMessage                           = The argument or expression "{0}" that is an instance of java.lang.Class must not specify an enumeration
mustBeAnnotationMessage                        = The argument or expression "{0}" that is an instance of java.lang.Class must specify an annotation
mustNotBeAnnotationMessage                     = The argument or expression "{0}" that is an instance of java.lang.Class must not specify an annotation
mustBeArrayMessage                             = The argument or expression "{0}" that is an instance of java.lang.Class must specify an array
mustNotBeArrayMessage                          = The argument or expression "{0}" that is an instance of java.lang.Class must not specify an array
mustBePrimitiveMessage                         = The argument or expression "{0}" that is an instance of java.lang.Class must specify a primitive type
mustNotBePrimitiveMessage                      = The argument or expression "{0}" that is an instance of java.lang.Class must not specify a primitive type
mustBeAbstractMessage                          = The argument or expression "{0}" that is an instance of java.lang.Class must specify an abstract class
mustNotBeAbstractMessage                       = The argument or expression "{0}" that is an instance of java.lang.Class must not specify an abstract class
mustBeFinalMessage                             = The argument or expression "{0}" that is an instance of java.lang.Class must specify a final class
mustNotBeFinalMessage                          = The argument or expression "{0}" that is an instance of java.lang.Class must not specify a final class
mustBeEqualToValueMessage                      = The argument or expression "{0}" must be equal to "{1}"
mustNotBeEqualToValueMessage                   = The argument or expression "{0}" must not be equal to "{1}"
mustBeGreaterThanValueMessage                  = The argument or expression "{0}" must be greater than "{1}"
mustBeGreaterThanOrEqualToValueMessage         = The argument or expression "{0}" must be greater than or equal to "{1}"
mustBeLessThanValueMessage                     = The argument or expression "{0}" must be less than "{1}"
mustBeLessThanOrEqualToValueMessage            = The argument or expression "{0}" must be less than or equal to "{1}"
mustBetweenValueMessage                        = The argument or expression "{0}" must {1} "{2}" and {3} "{4}"
mustBeInstanceOfValueMessage                   = The argument or expression "{0}" must be an instance of "{1}"
mustBeInstanceOfAllOfValueMessage              = The argument or expression "{0}" must be an instance of all type of "{1}"
mustBeInstanceOfAnyOfValueMessage              = The argument or expression "{0}" must be an instance of any type of "{1}"
mustNotBeInstanceOfValueMessage                = The argument or expression "{0}" must not be an instance of "{1}"
mustNotBeInstanceOfAnyOfValueMessage           = The argument or expression "{0}" must not be an instance of any type of "{1}"
mustBeCompatibleWithValueMessage               = The argument or expression "{0}" that is an instance of java.lang.Class must be compatible with "{1}"
mustBeCompatibleWithAllOfValueMessage          = The argument or expression "{0}" that is an instance of java.lang.Class must be compatible with all type of "{1}"
mustBeCompatibleWithAnyOfValueMessage          = The argument or expression "{0}" that is an instance of java.lang.Class must be compatible with any type of "{1}"
mustNotBeCompatibleWithValueMessage            = The argument or expression "{0}" that is an instance of java.lang.Class must not compatible with "{1}"
mustNotBeCompatibleWithAnyOfValueMessage       = The argument or expression "{0}" that is an instance of java.lang.Class must not compatible with any type of "{1}"
mustBeAnyOfValueMessage                        = The argument or expression "{0}" must be the any one of the values "{1}"
mustNotBeAnyOfValueMessage                     = The argument or expression "{0}" must not be the any one of the values "{1}"
mustBeEqualToOtherMessage                      = The argument or expression "{0}" must be equal to the value of the argument or expression "{1}"
mustNotBeEqualToOtherMessage                   = The argument or expression "{0}" must not be equal to the value of the argument or expression "{1}"
mustBeGreaterThanOtherMessage                  = The argument or expression "{0}" must be greater than the value of the argument or expression "{1}"
mustBeGreaterThanOrEqualToOtherMessage         = The argument or expression "{0}" must be greater than or equal to the value of the argument or expression "{1}"
mustBeLessThanOtherMessage                     = The argument or expression "{0}" must be less than the value of the argument or expression "{1}"
mustBeLessThanOrEqualToOtherMessage            = The argument or expression "{0}" must be less than or equal to the value of the argument or expression "{1}"
mustBetweenOtherMessage                        = The argument or expression "{0}" must {1} the value of the argument or expression "{2}" and {3} the value of the argument or expression "{4}"
mustBeInstanceOfOtherMessage                   = The argument or expression "{0}" must be an instance of the class specified by the argument or expression "{1}"
mustBeInstanceOfAllOfOtherMessage              = The argument or expression "{0}" must be an instance of all type of the classes specified by the argument or expression "{1}"
mustBeInstanceOfAnyOfOtherMessage              = The argument or expression "{0}" must be an instance of any type of the classes specified by the argument or expression "{1}"
mustNotBeInstanceOfOtherMessage                = The argument or expression "{0}" must not be an instance of the class specified by the argument or expression "{1}"
mustNotBeInstanceOfAnyOfOtherMessage           = The argument or expression "{0}" must not be an instance of any type of the classes specified by the argument or expression "{1}"
mustBeCompatibleWithOtherMessage               = The argument or expression "{0}" that is an instance of java.lang.Class must be compatible with the class specified by the argument or expression "{1}"
mustBeCompatibleWithAllOfOtherMessage          = The argument or expression "{0}" that is an instance of java.lang.Class must be compatible with all type of the classes specified by the argument or expression "{1}"
mustBeCompatibleWithAnyOfOtherMessage          = The argument or expression "{0}" that is an instance of java.lang.Class must be compatible with any type of the classes specified by the argument or expression "{1}"
mustNotBeCompatibleWithOtherMessage            = The argument or expression "{0}" that is an instance of java.lang.Class must not compatible with the class specified by the argument or expression "{1}"
mustNotBeCompatibleWithAnyOfOtherMessage       = The argument or expression "{0}" that is an instance of java.lang.Class must not compatible with any type of the classes specified by the argument or expression "{1}"
mustBeAnyOfOtherMessage                        = The argument or expression "{0}" must be the any one of the values specified by the argument or expression"{1}"
mustNotBeAnyOfOtherMessage                     = The argument or expression "{0}" must not be the any one of the values specified by the argument or expression"{1}"
mustBeNullWhenMessage                          = {0}, the argument or expression "{1}" must be null
mustNotBeNullWhenMessage                       = {0}, the argument or expression "{1}" must not be null
mustBeEmptyWhenMessage                         = {0}, the argument or expression "{1}" must be empty
mustNotBeEmptyWhenMessage                      = {0}, the argument or expression "{1}" must not be empty
mustNotContainNullElementsWhenMessage          = {0}, the argument or expression "{1}" must not contain null elements
mustNotContainEmptyElementsWhenMessage         = {0}, the argument or expression "{1}" must not contain empty elements
mustNotContainSpecialElementsWhenMessage       = {0}, the argument or expression "{1}" must not contain the elements whose type is "{2}"
mustNotContainNullKeysWhenMessage              = {0}, the argument or expression "{1}" must not contain null keys
mustNotContainEmptyKeysWhenMessage             = {0}, the argument or expression "{1}" must not contain empty keys
mustNotContainSpecialKeysWhenMessage           = {0}, the argument or expression "{1}" must not contain the keys whose type is "{2}"
mustNotContainNullValuesWhenMessage            = {0}, the argument or expression "{1}" must not contain null values
mustNotContainEmptyValuesWhenMessage           = {0}, the argument or expression "{1}" must not contain empty values
mustNotContainSpecialValuesWhenMessage         = {0}, the argument or expression "{1}" must not contain the values whose type is "{2}"
mustBeClassWhenMessage                         = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify a class
mustNotBeClassWhenMessage                      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify a class
mustBeInterfaceWhenMessage                     = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify an interface
mustNotBeInterfaceWhenMessage                  = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify an interface
mustBeEnumWhenMessage                          = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify an enumeration
mustNotBeEnumWhenMessage                       = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify an enumeration
mustBeAnnotationWhenMessage                    = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify an annotation
mustNotBeAnnotationWhenMessage                 = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify an annotation
mustBeArrayWhenMessage                         = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify an array
mustNotBeArrayWhenMessage                      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify an array
mustBePrimitiveWhenMessage                     = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify a primitive type
mustNotBePrimitiveWhenMessage                  = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify a primitive type
mustBeAbstractWhenMessage                      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify an abstract class
mustNotBeAbstractWhenMessage                   = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify an abstract class
mustBeFinalWhenMessage                         = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must specify a final class
mustNotBeFinalWhenMessage                      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not specify a final class
mustNotBeEqualToValueWhenMessage               = {0}, the argument or expression "{1}" must not be equal to "{2}"
mustBeGreaterThanValueWhenMessage              = {0}, the argument or expression "{1}" must be greater than "{2}"
mustBeGreaterThanOrEqualToValueWhenMessage     = {0}, the argument or expression "{1}" must be greater than or equal to "{2}"
mustBeLessThanValueWhenMessage                 = {0}, the argument or expression "{1}" must be less than "{2}"
mustBeLessThanOrEqualToValueWhenMessage        = {0}, the argument or expression "{1}" must be less than or equal to "{2}"
mustBetweenValueWhenMessage                    = {0}, the argument or expression "{1}" must {2} "{3}" and {4} "{5}"
mustBeInstanceOfValueWhenMessage               = {0}, the argument or expression "{1}" must be an instance of "{2}"
mustBeInstanceOfAllOfValueWhenMessage          = {0}, the argument or expression "{1}" must be an instance of all type of "{2}"
mustBeInstanceOfAnyOfValueWhenMessage          = {0}, the argument or expression "{1}" must be an instance of any type of "{2}"
mustNotBeInstanceOfValueWhenMessage            = {0}, the argument or expression "{1}" must not be an instance of "{2}"
mustNotBeInstanceOfAnyOfValueWhenMessage       = {0}, the argument or expression "{1}" must not be an instance of any type of "{2}"
mustBeCompatibleWithValueWhenMessage           = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must be compatible with "{2}"
mustBeCompatibleWithAllOfValueWhenMessage      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must be compatible with all type of "{2}"
mustBeCompatibleWithAnyOfValueWhenMessage      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must be compatible with any type of "{2}"
mustNotBeCompatibleWithValueWhenMessage        = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not compatible with "{2}"
mustNotBeCompatibleWithAnyOfValueWhenMessage   = {0}, the argument or expression "{1}" that type is an instance of java.lang.Class must not compatible with any type of "{2}"
mustBeAnyOfValueWhenMessage                    = {0}, the argument or expression "{1}" must be the any one of the values "{2}"
mustNotBeAnyOfValueWhenMessage                 = {0}, the argument or expression "{1}" must not be the any one of the values "{2}"
mustBeEqualToOtherWhenMessage                  = {0}, the argument or expression "{1}" must be equal to the value of the argument or expression "{2}"
mustNotBeEqualToOtherWhenMessage               = {0}, the argument or expression "{1}" must not be equal to the value of the argument or expression "{2}"
mustBeGreaterThanOtherWhenMessage              = {0}, the argument or expression "{1}" must be greater than the value of the argument or expression "{2}"
mustBeGreaterThanOrEqualToOtherWhenMessage     = {0}, the argument or expression "{1}" must be greater than or equal to the value of the argument or expression "{2}"
mustBeLessThanOtherWhenMessage                 = {0}, the argument or expression "{1}" must be less than the value of the argument or expression "{2}"
mustBeLessThanOrEqualToOtherWhenMessage        = {0}, the argument or expression "{1}" must be less than or equal to the value of the argument or expression "{2}"
mustBetweenOtherWhenMessage                    = {0}, the argument or expression "{1}" must {2} the value of the argument or expression "{3}" and {4} the value of the argument or expression "{5}"
mustBeInstanceOfOtherWhenMessage               = {0}, the argument or expression "{1}" must be an instance of the class specified by the argument or expression "{2}"
mustBeInstanceOfAllOfOtherWhenMessage          = {0}, the argument or expression "{1}" must be an instance of all type of the classes specified by the argument or expression "{2}"
mustBeInstanceOfAnyOfOtherWhenMessage          = {0}, the argument or expression "{1}" must be an instance of any type of the classes specified by the argument or expression "{2}"
mustNotBeInstanceOfOtherWhenMessage            = {0}, the argument or expression "{1}" must not be an instance of the class specified by the argument or expression "{2}"
mustNotBeInstanceOfAnyOfOtherWhenMessage       = {0}, the argument or expression "{1}" must not be an instance of any type of the classes specified by the argument or expression "{2}"
mustBeCompatibleWithOtherWhenMessage           = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must be compatible with the class specified by the argument or expression "{2}"
mustBeCompatibleWithAllOfOtherWhenMessage      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must be compatible with all type of the classes specified by the argument or expression "{2}"
mustBeCompatibleWithAnyOfOtherWhenMessage      = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must be compatible with any type of the classes specified by the argument or expression "{2}"
mustNotBeCompatibleWithOtherWhenMessage        = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not compatible with the class specified by the argument or expression "{2}"
mustNotBeCompatibleWithAnyOfOtherWhenMessage   = {0}, the argument or expression "{1}" that is an instance of java.lang.Class must not compatible with any type of the classes specified by the argument or expression "{2}"
mustBeAnyOfOtherWhenMessage                    = {0}, the argument or expression "{1}" must be the any one of the values specified by the argument or expression"{2}"
mustNotBeAnyOfOtherWhenMessage                 = {0}, the argument or expression "{1}" must not be the any one of the values specified by the argument or expression"{2}"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy