Constant Field Values


Contents
net.sf.*

net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
protected static final String DEFAULT_MESSAGE "The passed argument must be contained in a defined collection."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must be contained in a defined collection."

net.sf.qualitycheck.exception.IllegalEmptyArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must not be empty."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must not be empty."

net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument is a member of an unexpected type."
protected static final String MESSAGE_WITH_NAME_AND_TYPES "The passed argument \'%s\' is a member of an unexpected type (expected type: %s, actual: %s)."
protected static final String MESSAGE_WITH_TYPES "The passed argument is a member of an unexpected type (expected type: %s, actual: %s)."
protected static final String NO_TYPE_PLACEHOLDER "(not set)"

net.sf.qualitycheck.exception.IllegalMissingAnnotationException
protected static final String DEFAULT_MESSAGE "Annotation is required on the passed class."
protected static final String MESSAGE_WITH_ANNOTATION "Class must have annotation \'%s\'."
protected static final String MESSAGE_WITH_ANNOTATION_AND_CLASS "Class \'%s\' must have annotation \'%s\'."

net.sf.qualitycheck.exception.IllegalNaNArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must not be NaN."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must not be NaN."

net.sf.qualitycheck.exception.IllegalNegativeArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must be greater than 0."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must be greater than 0."

net.sf.qualitycheck.exception.IllegalNotEqualException
protected static final String DEFAULT_MESSAGE "Argument must be equal to a defined value."

net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
protected static final String DEFAULT_MESSAGE "Argument must be greater or equal than a defined value."

net.sf.qualitycheck.exception.IllegalNotGreaterThanException
protected static final String DEFAULT_MESSAGE "Argument must be greater than a defined value."

net.sf.qualitycheck.exception.IllegalNotLesserThanException
protected static final String DEFAULT_MESSAGE "Argument must be lesser than a defined value."

net.sf.qualitycheck.exception.IllegalNotNullArgumentException
protected static final String DEFAULT_MESSAGE "Argument must be null."
protected static final String MESSAGE_WITH_NAME "Argument \'%s\' must be null."

net.sf.qualitycheck.exception.IllegalNullArgumentException
protected static final String DEFAULT_MESSAGE "Argument must not be null."
protected static final String MESSAGE_WITH_NAME "Argument \'%s\' must not be null."

net.sf.qualitycheck.exception.IllegalNullElementsException
protected static final String DEFAULT_MESSAGE "The passed argument must not contain elements that are null."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must not contain elements that are null."

net.sf.qualitycheck.exception.IllegalNumberArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must be a number."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must be a number."

net.sf.qualitycheck.exception.IllegalNumberRangeException
protected static final String DEFAULT_MESSAGE "Number must be in a valid range for the given datatype."
protected static final String MESSAGE_WITH_VALUES "Argument value \'%s\' must be in the range \'%s\' to \'%s\'."

net.sf.qualitycheck.exception.IllegalNumericArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must be numeric."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must be numeric."

net.sf.qualitycheck.exception.IllegalPatternArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must match against the specified pattern: %s"
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must match against the specified pattern: %s"
protected static final String NO_PATTERN_PLACEHOLDER "[not set]"

net.sf.qualitycheck.exception.IllegalPositionIndexException
protected static final String DEFAULT_MESSAGE "Position index must be within the defined bounds."
protected static final String MESSAGE_WITH_VALUES "Position index \'%d\' must be within the defined bounds [0,%d]."

net.sf.qualitycheck.exception.IllegalPositiveArgumentException
protected static final String DEFAULT_MESSAGE "The passed argument must be smaller than 0."
protected static final String MESSAGE_WITH_NAME "The passed argument \'%s\' must be smaller than 0."

net.sf.qualitycheck.exception.IllegalRangeException
protected static final String DEFAULT_MESSAGE "Arguments must be a valid range."
protected static final String MESSAGE_WITH_VALUES "Arguments start=\'%d\', end=\'%d\' and size=\'%d\' must be a valid range."

net.sf.qualitycheck.exception.IllegalStateOfArgumentException
protected static final String DEFAULT_MESSAGE "Arguments must be valid with the current state."
protected static final String MESSAGE_DESCRIPTION "The passed arguments have caused an invalid state: "

net.sf.qualitycheck.exception.RuntimeInstantiationException
protected static final String DEFAULT_MESSAGE "The passed class cannot be instantiated."
protected static final String MESSAGE_WITH_NAME "The passed class \'%s\' cannot be instantiated."



Copyright © 2012-2013. All Rights Reserved.