A B C D E F G H I L M N P R S T

A

ArgumentsChecked - Annotation Type in net.sf.qualitycheck
Indicates that a method is intended to check all its arguments using Quality-Check.

B

BYTE_MAX - Static variable in class net.sf.qualitycheck.NumberInRange
 
BYTE_MIN - Static variable in class net.sf.qualitycheck.NumberInRange
 

C

Check - Class in net.sf.qualitycheck
This class offers simple static methods to test your arguments to be valid.
Check.NumericRegularExpressionHolder - Class in net.sf.qualitycheck
Holder for the regular expression to determine numeric values.
Check.NumericRegularExpressionHolder() - Constructor for class net.sf.qualitycheck.Check.NumericRegularExpressionHolder
 
checkByte(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Checks if a given number is in the range of a byte.
checkDouble(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Checks if a given number is in the range of a double.
checkFloat(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Checks if a given number is in the range of a float.
checkInteger(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Checks if a given number is in the range of an integer.
checkLong(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Checks if a given number is in the range of a long.
checkShort(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Checks if a given number is in the range of a short.
ConditionalCheck - Class in net.sf.qualitycheck
This class adds conditional checks to test your arguments to be valid.
contains(Collection<T>, T) - Static method in class net.sf.qualitycheck.Check
Ensures that an element needle is contained in a collection haystack.
contains(Collection<T>, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an element needle is contained in a collection haystack.
contains(boolean, Collection<T>, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an element needle is contained in a collection haystack.
contains(boolean, Collection<T>, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an element needle is contained in a collection haystack.

D

DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
Default message to indicate that the a given argument be contained in a collection.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalEmptyArgumentException
Default message to indicate that the a given argument must not be empty.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Default message to indicate that a given argument must is a member of an unexpected type
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Default message to indicate that the a given class must have an annotation.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNaNArgumentException
Default message to indicate that the a given argument must not be NaN.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNegativeArgumentException
Default message to indicate that the a given argument must not be empty.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNotEqualException
Default message to indicate that the given arguments must be equal to another object.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
Default message to indicate that the given arguments must be greater or equal then another object.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNotGreaterThanException
Default message to indicate that the given arguments must be greater then another object.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNotLesserThanException
Default message to indicate that the given arguments must be lesser then another object.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNotNullArgumentException
Default message to indicate that the a given argument must be a null reference.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNullArgumentException
Default message to indicate that the a given argument must not be a null reference.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNullElementsException
Default message to indicate that a given array or Iterable argument must not contain null.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNumberArgumentException
Default message to indicate that the a given argument must be a number.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Default message to indicate that the a given arguments are not in the valid range of the datatype.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalNumericArgumentException
Default message to indicate that the a given argument must be numeric.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Default message to indicate that the a given argument must match against the specified pattern.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalPositionIndexException
Default message to indicate that the a given position index is not valid.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalPositiveArgumentException
Default message to indicate that the a given argument must not be empty.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalRangeException
Default message to indicate that the a given arguments are no valid range.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Default message to indicate that the given arguments caused an invalid state.
DEFAULT_MESSAGE - Static variable in exception net.sf.qualitycheck.exception.RuntimeInstantiationException
Default message to indicate that the a given class cannot be instantiated.
DOUBLE_MAX - Static variable in class net.sf.qualitycheck.NumberInRange
 
DOUBLE_MIN - Static variable in class net.sf.qualitycheck.NumberInRange
 

E

equals(boolean, boolean) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed boolean is equal to another boolean.
equals(boolean, boolean, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed boolean is equal to another boolean.
equals(byte, byte) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed byte is equal to another byte.
equals(byte, byte, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed byte is equal to another byte.
equals(char, char) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed char is equal to another char.
equals(char, char, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed char is equal to another char.
equals(int, int) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed intH is equal to another int.
equals(int, int, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed int is equal to another int.
equals(long, long) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed long is equal to another long.
equals(long, long, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed long is equal to another long.
equals(short, short) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed short is equal to another short.
equals(short, short, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed short is equal to another short.
equals(T, T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is equal to another Comparable.
equals(T, T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed object is equal to another object.
equals(T, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is equal to another Comparable.
equals(T, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed object is equal to another object.
equals(boolean, boolean, boolean) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed boolean is equal to another boolean.
equals(boolean, boolean, boolean, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed boolean is equal to another boolean.
equals(boolean, byte, byte) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed byte is equal to another byte.
equals(boolean, byte, byte, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed byte is equal to another byte.
equals(boolean, char, char) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed char is equal to another char.
equals(boolean, char, char, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed char is equal to another char.
equals(boolean, int, int) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed intH is equal to another int.
equals(boolean, int, int, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed int is equal to another int.
equals(boolean, long, long) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed long is equal to another long.
equals(boolean, long, long, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed long is equal to another long.
equals(boolean, short, short) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed short is equal to another short.
equals(boolean, short, short, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed short is equal to another short.
equals(boolean, T, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed object is equal to another object.
equals(boolean, T, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed object is equal to another object.

F

FLOAT_MAX - Static variable in class net.sf.qualitycheck.NumberInRange
 
FLOAT_MIN - Static variable in class net.sf.qualitycheck.NumberInRange
 

G

getClassWithoutAnnotation() - Method in exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Gives access to the class which does not have a required annotation.
getMissingAnnotation() - Method in exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Gives access to the required annotation.
getPattern() - Static method in class net.sf.qualitycheck.Check.NumericRegularExpressionHolder
 
greaterOrEqualThan(T, T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is greater or equal compared to another Comparable.
greaterOrEqualThan(T, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is greater or equal compared to another Comparable.
greaterOrEqualThan(boolean, T, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed Comparable is greater than or equal to Comparable.
greaterOrEqualThan(boolean, T, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed Comparable is greater than or equal to another Comparable.
greaterThan(byte, byte) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed byte is greater to another byte.
greaterThan(byte, byte, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed byte is greater than another byte.
greaterThan(char, char) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed char is greater to another char.
greaterThan(char, char, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed char is greater than another char.
greaterThan(double, double) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed double is greater to another double.
greaterThan(double, double, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed double is greater than another double.
greaterThan(float, float) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed float is greater to another float.
greaterThan(float, float, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed float is greater than another float.
greaterThan(int, int) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed int is greater to another int.
greaterThan(int, int, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed int is greater than another int.
greaterThan(long, long) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed long is greater to another long.
greaterThan(long, long, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed long is greater than another long.
greaterThan(short, short) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed short is greater to another short.
greaterThan(short, short, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed short is greater than another short.
greaterThan(T, T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is greater to another Comparable.
greaterThan(T, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is greater than another Comparable.
greaterThan(boolean, T, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed Comparable is greater to another Comparable.
greaterThan(boolean, T, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed Comparable is greater than another Comparable.

H

hasAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed class has an annotation of a specific type
hasAnnotation(boolean, Class<?>, Class<? extends Annotation>) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed class has an annotation of a specific type

I

IllegalArgumentNotContainedException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an argument that is not part of a collection but must be.
IllegalArgumentNotContainedException() - Constructor for exception net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
Constructs an IllegalArgumentNotContainedException with the default message DEFAULT_MESSAGE.
IllegalArgumentNotContainedException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
Constructs an IllegalArgumentNotContainedException with the message MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalArgumentNotContainedException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
Constructs a new exception with the message MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalArgumentNotContainedException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
Constructs a new exception with the default message DEFAULT_MESSAGE.
IllegalEmptyArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an empty reference as argument that does not accept it as valid.
IllegalEmptyArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalEmptyArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalEmptyArgumentException.DEFAULT_MESSAGE.
IllegalEmptyArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalEmptyArgumentException
Constructs an IllegalNullArgumentException with the message IllegalEmptyArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalEmptyArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalEmptyArgumentException
Constructs a new exception with the message IllegalEmptyArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalEmptyArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalEmptyArgumentException
Constructs a new exception with the default message IllegalEmptyArgumentException.DEFAULT_MESSAGE.
IllegalInstanceOfArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with a reference of an unexpected type.
IllegalInstanceOfArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Constructs an IllegalInstanceOfArgumentException with the default message IllegalInstanceOfArgumentException.DEFAULT_MESSAGE.
IllegalInstanceOfArgumentException(String, Class<?>, Class<?>) - Constructor for exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Constructs an IllegalInstanceOfArgumentException with the message IllegalInstanceOfArgumentException.MESSAGE_WITH_NAME_AND_TYPES including the given name of the argument as string representation.
IllegalInstanceOfArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Constructs a new exception with the default message IllegalInstanceOfArgumentException.DEFAULT_MESSAGE.
IllegalMissingAnnotationException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with a class that does not have a required annotation.
IllegalMissingAnnotationException() - Constructor for exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Constructs an IllegalMissingAnnotationException with the default message IllegalMissingAnnotationException.DEFAULT_MESSAGE.
IllegalMissingAnnotationException(Class<? extends Annotation>) - Constructor for exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Constructs an IllegalMissingAnnotationException with the message IllegalMissingAnnotationException.MESSAGE_WITH_ANNOTATION including the name of the missing annotation.
IllegalMissingAnnotationException(Class<? extends Annotation>, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Constructs a new exception with the message IllegalMissingAnnotationException.MESSAGE_WITH_ANNOTATION including the name of the missing annotation.
IllegalMissingAnnotationException(Class<? extends Annotation>, Class<?>) - Constructor for exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Constructs an IllegalMissingAnnotationException with the message IllegalMissingAnnotationException.MESSAGE_WITH_ANNOTATION including the name of the missing annotation.
IllegalMissingAnnotationException(Class<? extends Annotation>, Class<?>, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Constructs a new exception with the message IllegalMissingAnnotationException.MESSAGE_WITH_ANNOTATION including the name of the missing annotation.
IllegalMissingAnnotationException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Constructs a new exception with the default message IllegalMissingAnnotationException.DEFAULT_MESSAGE.
IllegalNaNArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an argument that was equal to NaN (not a number), which is not a valid value for double or float values.
IllegalNaNArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNaNArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalNaNArgumentException.DEFAULT_MESSAGE.
IllegalNaNArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNaNArgumentException
Constructs an IllegalNullArgumentException with the message IllegalNaNArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNaNArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNaNArgumentException
Constructs a new exception with the message IllegalNaNArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNaNArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNaNArgumentException
Constructs a new exception with the default message IllegalNaNArgumentException.DEFAULT_MESSAGE.
IllegalNegativeArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a specific argument of a method has been passed with a negative integer reference that it does not accept as valid.
IllegalNegativeArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNegativeArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalNegativeArgumentException.DEFAULT_MESSAGE.
IllegalNegativeArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNegativeArgumentException
Constructs an IllegalNullArgumentException with the message IllegalNegativeArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNegativeArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNegativeArgumentException
Constructs a new exception with the message IllegalNegativeArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNegativeArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNegativeArgumentException
Constructs a new exception with the default message IllegalNegativeArgumentException.DEFAULT_MESSAGE.
IllegalNotEqualException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method was passed arguments which was expected to be equal to another object but was not.
IllegalNotEqualException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNotEqualException
Constructs an IllegalNotEqualException with the default message IllegalNotEqualException.DEFAULT_MESSAGE.
IllegalNotEqualException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotEqualException
Constructs an IllegalNotEqualException with a given message.
IllegalNotEqualException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotEqualException
Constructs a new exception with a given message.
IllegalNotEqualException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotEqualException
Constructs a new exception with the default message IllegalNotEqualException.DEFAULT_MESSAGE.
IllegalNotGreaterOrEqualThanException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method was passed arguments which was expected to be greater or equal than another object but was not.
IllegalNotGreaterOrEqualThanException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
Constructs an IllegalNotGreaterOrEqualThanException with the default message IllegalNotGreaterOrEqualThanException.DEFAULT_MESSAGE.
IllegalNotGreaterOrEqualThanException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
Constructs an IllegalNotGreaterThanException with a given message.
IllegalNotGreaterOrEqualThanException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
Constructs a new exception with a given message.
IllegalNotGreaterOrEqualThanException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterOrEqualThanException
Constructs a new exception with the default message IllegalNotGreaterOrEqualThanException.DEFAULT_MESSAGE .
IllegalNotGreaterThanException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method was passed arguments which was expected to be greater than another object but was not.
IllegalNotGreaterThanException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterThanException
Constructs an IllegalNotGreaterThanException with the default message IllegalNotGreaterThanException.DEFAULT_MESSAGE.
IllegalNotGreaterThanException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterThanException
Constructs an IllegalNotGreaterThanException with a given message.
IllegalNotGreaterThanException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterThanException
Constructs a new exception with a given message.
IllegalNotGreaterThanException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotGreaterThanException
Constructs a new exception with the default message IllegalNotGreaterThanException.DEFAULT_MESSAGE.
IllegalNotLesserThanException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method was passed arguments which was expected to be lesser than another object but was not.
IllegalNotLesserThanException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNotLesserThanException
Constructs an IllegalNotLesserThanException with the default message IllegalNotLesserThanException.DEFAULT_MESSAGE.
IllegalNotLesserThanException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotLesserThanException
Constructs an IllegalNotLesserThanException with a given message.
IllegalNotLesserThanException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotLesserThanException
Constructs a new exception with a given message.
IllegalNotLesserThanException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotLesserThanException
Constructs a new exception with the default message IllegalNotLesserThanException.DEFAULT_MESSAGE.
IllegalNotNullArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an illegal not null reference as argument where null is required.
IllegalNotNullArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNotNullArgumentException
Constructs an IllegalNotNullArgumentException with the default message IllegalNotNullArgumentException.DEFAULT_MESSAGE.
IllegalNotNullArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotNullArgumentException
Constructs an IllegalNotNullArgumentException with the message IllegalNotNullArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNotNullArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotNullArgumentException
Constructs a new exception with the message IllegalNotNullArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNotNullArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNotNullArgumentException
Constructs a new exception with the default message IllegalNotNullArgumentException.DEFAULT_MESSAGE.
IllegalNullArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an illegal null reference as argument that does not accept it as valid.
IllegalNullArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNullArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalNullArgumentException.DEFAULT_MESSAGE.
IllegalNullArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNullArgumentException
Constructs an IllegalNullArgumentException with the message IllegalNullArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNullArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNullArgumentException
Constructs a new exception with the message IllegalNullArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNullArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNullArgumentException
Constructs a new exception with the default message IllegalNullArgumentException.DEFAULT_MESSAGE.
IllegalNullElementsException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an array or a collection which contains a null element.
IllegalNullElementsException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNullElementsException
Constructs an IllegalNullArgumentException with the default message IllegalEmptyArgumentException.DEFAULT_MESSAGE.
IllegalNullElementsException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNullElementsException
Constructs an IllegalNullArgumentException with the message IllegalEmptyArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNullElementsException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNullElementsException
Constructs a new exception with the message IllegalEmptyArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNullElementsException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNullElementsException
Constructs a new exception with the default message IllegalEmptyArgumentException.DEFAULT_MESSAGE.
IllegalNumberArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an argument that was no number, i.e. it cannot be converted to a number datatype such as int, long, BigDecimal etc.
IllegalNumberArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalNumberArgumentException.DEFAULT_MESSAGE.
IllegalNumberArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberArgumentException
Constructs an IllegalNullArgumentException with the message IllegalNumberArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNumberArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberArgumentException
Constructs a new exception with the message IllegalNumberArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNumberArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberArgumentException
Constructs a new exception with the default message IllegalNumberArgumentException.DEFAULT_MESSAGE.
IllegalNumberRangeException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with a number which is not in the range of the given datatype..
IllegalNumberRangeException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Constructs an IllegalNumberRangeException with the default message IllegalNumberRangeException.DEFAULT_MESSAGE.
IllegalNumberRangeException(String, BigDecimal, BigDecimal) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Constructs an IllegalNumberRangeException with the message IllegalNumberRangeException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalNumberRangeException(String, BigInteger, BigInteger) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Constructs an IllegalNumberRangeException with the message IllegalNumberRangeException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalNumberRangeException(String, BigInteger, BigInteger, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Constructs a new exception with the message IllegalNumberRangeException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalNumberRangeException(String, BigDecimal, BigDecimal, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Constructs a new exception with the message IllegalNumberRangeException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalNumberRangeException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Constructs a new exception with the default message IllegalNumberRangeException.DEFAULT_MESSAGE.
IllegalNumericArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with an argument that was not numeric.
IllegalNumericArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalNumericArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalNumericArgumentException.DEFAULT_MESSAGE.
IllegalNumericArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumericArgumentException
Constructs an IllegalNullArgumentException with the message IllegalNumericArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalNumericArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumericArgumentException
Constructs a new exception with the message IllegalNumericArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalNumericArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalNumericArgumentException
Constructs a new exception with the default message IllegalNumericArgumentException.DEFAULT_MESSAGE.
IllegalPatternArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed a sequence of char values as argument that does not matches against the specified pattern.
IllegalPatternArgumentException(Pattern) - Constructor for exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalPatternArgumentException.DEFAULT_MESSAGE including the pattern which the argument must match.
IllegalPatternArgumentException(Pattern, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Constructs a new exception with the default message IllegalPatternArgumentException.DEFAULT_MESSAGE including the pattern which the argument must match.
IllegalPatternArgumentException(String, Pattern) - Constructor for exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Constructs an IllegalNullArgumentException with the message IllegalPatternArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation and pattern which the argument must match.
IllegalPatternArgumentException(String, Pattern, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Constructs a new exception with the message IllegalPatternArgumentException.MESSAGE_WITH_NAME including the given name as string representation, the pattern which the argument must match and cause.
IllegalPositionIndexException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a passed position index was out of the bounds of a string, list, array ... .
IllegalPositionIndexException() - Constructor for exception net.sf.qualitycheck.exception.IllegalPositionIndexException
Constructs an IllegalPositionIndexException with the default message IllegalPositionIndexException.DEFAULT_MESSAGE.
IllegalPositionIndexException(int, int) - Constructor for exception net.sf.qualitycheck.exception.IllegalPositionIndexException
Constructs an IllegalPositionIndexException with the message IllegalPositionIndexException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalPositionIndexException(int, int, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalPositionIndexException
Constructs a new exception with the message IllegalPositionIndexException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalPositionIndexException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalPositionIndexException
Constructs a new exception with the default message IllegalPositionIndexException.DEFAULT_MESSAGE.
IllegalPositiveArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a specific argument of a method has been passed with a positive integer reference that does not accept it as valid.
IllegalPositiveArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalPositiveArgumentException
Constructs an IllegalNullArgumentException with the default message IllegalPositiveArgumentException.DEFAULT_MESSAGE.
IllegalPositiveArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalPositiveArgumentException
Constructs an IllegalNullArgumentException with the message IllegalPositiveArgumentException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
IllegalPositiveArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalPositiveArgumentException
Constructs a new exception with the message IllegalPositiveArgumentException.MESSAGE_WITH_NAME including the given name as string representation and cause.
IllegalPositiveArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalPositiveArgumentException
Constructs a new exception with the default message IllegalPositiveArgumentException.DEFAULT_MESSAGE.
IllegalRangeException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method has been passed with a range as arguments.
IllegalRangeException() - Constructor for exception net.sf.qualitycheck.exception.IllegalRangeException
Constructs an IllegalRangeException with the default message IllegalRangeException.DEFAULT_MESSAGE.
IllegalRangeException(int, int, int) - Constructor for exception net.sf.qualitycheck.exception.IllegalRangeException
Constructs an IllegalRangeException with the message IllegalRangeException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalRangeException(int, int, int, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalRangeException
Constructs a new exception with the message IllegalRangeException.MESSAGE_WITH_VALUES including the given values of the arguments.
IllegalRangeException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalRangeException
Constructs a new exception with the default message IllegalRangeException.DEFAULT_MESSAGE.
IllegalStateOfArgumentException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a method was passed arguments which caused an invalid state.
IllegalStateOfArgumentException() - Constructor for exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Constructs an IllegalStateOfArgumentException with the default message IllegalStateOfArgumentException.DEFAULT_MESSAGE.
IllegalStateOfArgumentException(String) - Constructor for exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Constructs an IllegalStateOfArgumentException with the message IllegalStateOfArgumentException.MESSAGE_DESCRIPTION including the given values of the arguments.
IllegalStateOfArgumentException(String, Object...) - Constructor for exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Constructs an IllegalStateOfArgumentException with the message IllegalStateOfArgumentException.MESSAGE_DESCRIPTION including the given values of the arguments.
IllegalStateOfArgumentException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Constructs a new exception with the message IllegalStateOfArgumentException.MESSAGE_DESCRIPTION including the given values of the arguments.
IllegalStateOfArgumentException(Throwable, String, Object...) - Constructor for exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Constructs a new exception with the message IllegalStateOfArgumentException.MESSAGE_DESCRIPTION including the given values of the arguments.
IllegalStateOfArgumentException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Constructs a new exception with the default message IllegalStateOfArgumentException.DEFAULT_MESSAGE.
instanceOf(Class<?>, Object) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed argument is a member of a specific type.
instanceOf(Class<?>, Object, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed argument is a member of a specific type.
instanceOf(boolean, Class<?>, Object) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed argument is a member of a specific type.
instanceOf(boolean, Class<?>, Object, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed argument is a member of a specific type.
INTEGER_MAX - Static variable in class net.sf.qualitycheck.NumberInRange
 
INTEGER_MIN - Static variable in class net.sf.qualitycheck.NumberInRange
 
isInByteRange(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in the range of the datatype byte
isInDoubleRange(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in the range of the datatype double
isInFloatRange(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in the range of the datatype float
isInIntegerRange(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in the range of the datatype int
isInLongRange(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in the range of the datatype long
isInRange(Number, BigInteger, BigInteger) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in an arbitrary range.
isInRange(Number, BigDecimal, BigDecimal) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in an arbitrary range.
isInShortRange(Number) - Static method in class net.sf.qualitycheck.NumberInRange
Test if a number is in the range of the datatype short
isNull(Object) - Static method in class net.sf.qualitycheck.Check
Ensures that a given argument is null.
isNull(Object, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a given argument is null.
isNull(boolean, Object) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given argument is null.
isNull(boolean, Object, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given argument is null.
isNumber(String) - Static method in class net.sf.qualitycheck.Check
Ensures that a String argument is a number.
isNumber(String, Class<T>) - Static method in class net.sf.qualitycheck.Check
Ensures that a String argument is a number.
isNumber(String, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a string argument is a number according to Integer.parseInt
isNumber(String, String, Class<T>) - Static method in class net.sf.qualitycheck.Check
Ensures that a String argument is a number.
isNumber(boolean, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a String argument is a number.
isNumber(boolean, String, Class<T>) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a String argument is a number.
isNumber(boolean, String, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a string argument is a number according to Integer.parseInt
isNumber(boolean, String, String, Class<T>) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a String argument is a number.
isNumeric(T) - Static method in class net.sf.qualitycheck.Check
Ensures that a readable sequence of char values is numeric.
isNumeric(T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a readable sequence of char values is numeric.
isNumeric(boolean, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a readable sequence of char values is numeric.
isNumeric(boolean, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a readable sequence of char values is numeric.

L

lesserThan(byte, byte) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed byte is less than another byte.
lesserThan(byte, byte, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed byte is less than another byte.
lesserThan(char, char) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed char is less than another char.
lesserThan(char, char, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed char is less than another char.
lesserThan(double, double) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed double is less than another double.
lesserThan(double, double, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed double is less than another double.
lesserThan(float, float) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed float is less than another float.
lesserThan(float, float, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed float is less than another float.
lesserThan(int, int) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed int is less than another int.
lesserThan(int, int, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed int is less than another int.
lesserThan(long, long) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed long is less than another long.
lesserThan(long, long, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed long is less than another long.
lesserThan(short, short) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed short is less than another short.
lesserThan(short, short, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed short is less than another short.
lesserThan(T, T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is less than another Comparable.
lesserThan(T, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed Comparable is less than another Comparable.
lesserThan(boolean, T, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed Comparable is less than another Comparable.
lesserThan(boolean, T, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed Comparable is less than another Comparable.
LONG_MAX - Static variable in class net.sf.qualitycheck.NumberInRange
 
LONG_MIN - Static variable in class net.sf.qualitycheck.NumberInRange
 

M

matchesPattern(Pattern, T) - Static method in class net.sf.qualitycheck.Check
Ensures that a readable sequence of char values matches a specified pattern.
matchesPattern(Pattern, T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a readable sequence of char values matches a specified pattern.
matchesPattern(boolean, Pattern, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a readable sequence of char values matches a specified pattern.
matchesPattern(boolean, Pattern, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a readable sequence of char values matches a specified pattern.
MESSAGE_DESCRIPTION - Static variable in exception net.sf.qualitycheck.exception.IllegalStateOfArgumentException
Message to indicate that an invalid state was caused due to the passed arguments, which also provides an explanation why the state is invalid.
MESSAGE_WITH_ANNOTATION - Static variable in exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Message to indicate that the the given class must be annotated with annotation '%s'.
MESSAGE_WITH_ANNOTATION_AND_CLASS - Static variable in exception net.sf.qualitycheck.exception.IllegalMissingAnnotationException
Message to indicate that the the given class with name must be annotated with annotation '%s'.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalArgumentNotContainedException
Message to indicate that the the given argument with name must be contained in a defined collection.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalEmptyArgumentException
Message to indicate that the the given argument with name must not be empty.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNaNArgumentException
Message to indicate that the the given argument with name must not be NaN.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNegativeArgumentException
Message to indicate that the the given argument with name must not be empty.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNotNullArgumentException
Message to indicate that the the given argument with name must be a null reference.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNullArgumentException
Message to indicate that the the given argument with name must not be a null reference.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNullElementsException
Message to indicate that the the given array or Iterable argument with name must not contain null.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNumberArgumentException
Message to indicate that the the given argument with name must be a number.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalNumericArgumentException
Message to indicate that the the given argument with name must be numeric.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Message to indicate that the the given argument with name must match against the specified pattern.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.IllegalPositiveArgumentException
Message to indicate that the the given argument with name must not be empty.
MESSAGE_WITH_NAME - Static variable in exception net.sf.qualitycheck.exception.RuntimeInstantiationException
Message to indicate that the the given class with name cannot be instantiated.
MESSAGE_WITH_NAME_AND_TYPES - Static variable in exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Message to indicate that a given argument with name must is a member of an unexpected type (with current and expected type information)
MESSAGE_WITH_TYPES - Static variable in exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Message to indicate that a given argument with must is a member of an unexpected type (with current and expected type information)
MESSAGE_WITH_VALUES - Static variable in exception net.sf.qualitycheck.exception.IllegalNumberRangeException
Message to indicate that the the given arguments must be in the valid range for the datatype.
MESSAGE_WITH_VALUES - Static variable in exception net.sf.qualitycheck.exception.IllegalPositionIndexException
Default message to indicate that the a given position index is not valid within the given bounds.
MESSAGE_WITH_VALUES - Static variable in exception net.sf.qualitycheck.exception.IllegalRangeException
Message to indicate that the the given arguments start, end and size must be a valid range.

N

net.sf.qualitycheck - package net.sf.qualitycheck
 
net.sf.qualitycheck.exception - package net.sf.qualitycheck.exception
 
NO_PATTERN_PLACEHOLDER - Static variable in exception net.sf.qualitycheck.exception.IllegalPatternArgumentException
Placeholder for an unset pattern to format a message human readable
NO_TYPE_PLACEHOLDER - Static variable in exception net.sf.qualitycheck.exception.IllegalInstanceOfArgumentException
Placeholder for not set types to format a message human readable
noNullElements(T) - Static method in class net.sf.qualitycheck.Check
Ensures that an iterable reference is neither null nor contains any elements that are null.
noNullElements(T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an iterable reference is neither null nor contains any elements that are null.
noNullElements(T[]) - Static method in class net.sf.qualitycheck.Check
Ensures that an array does not contain null.
noNullElements(T[], String) - Static method in class net.sf.qualitycheck.Check
Ensures that an array does not contain null.
noNullElements(boolean, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an iterable reference is neither null nor contains any elements that are null.
noNullElements(boolean, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an iterable reference is neither null nor contains any elements that are null.
noNullElements(boolean, T[]) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an array does not contain null.
noNullElements(boolean, T[], String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an array does not contain null.
notEmpty(boolean) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed parameter of the calling method is not empty, using the passed expression to evaluate the emptiness.
notEmpty(boolean, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed parameter of the calling method is not empty, using the passed expression to evaluate the emptiness.
notEmpty(T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed string as a parameter of the calling method is not empty.
notEmpty(T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed collection as a parameter of the calling method is not empty.
notEmpty(T) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(T, boolean, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an object reference passed as a parameter to the calling method is not empty.
notEmpty(T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed string as a parameter of the calling method is not empty.
notEmpty(T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed collection as a parameter of the calling method is not empty.
notEmpty(T[]) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(T[], String) - Static method in class net.sf.qualitycheck.Check
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(boolean, boolean) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed parameter of the calling method is not empty, using the passed expression to evaluate the emptiness.
notEmpty(boolean, boolean, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed parameter of the calling method is not empty, using the passed expression to evaluate the emptiness.
notEmpty(boolean, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed string as a parameter of the calling method is not empty.
notEmpty(boolean, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed collection as a parameter of the calling method is not empty.
notEmpty(boolean, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(boolean, T, boolean, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an object reference passed as a parameter to the calling method is not empty.
notEmpty(boolean, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed string as a parameter of the calling method is not empty.
notEmpty(boolean, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(boolean, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed collection as a parameter of the calling method is not empty.
notEmpty(boolean, T[]) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed map as a parameter of the calling method is not empty.
notEmpty(boolean, T[], String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a passed map as a parameter of the calling method is not empty.
nothing(T) - Static method in class net.sf.qualitycheck.Check
Do not perform any check and just return t.
notNaN(double) - Static method in class net.sf.qualitycheck.Check
Ensures that a double argument is not NaN (not a number).
notNaN(double, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a double argument is not NaN (not a number).
notNaN(float) - Static method in class net.sf.qualitycheck.Check
Ensures that a double argument is not NaN (not a number).
notNaN(float, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a double argument is not NaN (not a number).
notNaN(boolean, double) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a double argument is not NaN (not a number).
notNaN(boolean, double, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a double argument is not NaN (not a number).
notNaN(boolean, float) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a double argument is not NaN (not a number).
notNaN(boolean, float, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a double argument is not NaN (not a number).
notNegative(double) - Static method in class net.sf.qualitycheck.Check
Ensures that an double reference passed as a parameter to the calling method is not smaller than 0.
notNegative(double, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an double reference passed as a parameter to the calling method is not smaller than 0.
notNegative(float) - Static method in class net.sf.qualitycheck.Check
Ensures that an float reference passed as a parameter to the calling method is not smaller than 0.
notNegative(float, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an float reference passed as a parameter to the calling method is not smaller than 0.
notNegative(int) - Static method in class net.sf.qualitycheck.Check
Ensures that an integer reference passed as a parameter to the calling method is not smaller than 0.
notNegative(int, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an integer reference passed as a parameter to the calling method is not smaller than 0.
notNegative(long) - Static method in class net.sf.qualitycheck.Check
Ensures that an long reference passed as a parameter to the calling method is not smaller than 0.
notNegative(long, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an long reference passed as a parameter to the calling method is not smaller than 0.
notNegative(short) - Static method in class net.sf.qualitycheck.Check
Ensures that an short reference passed as a parameter to the calling method is not smaller than 0.
notNegative(short, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an short reference passed as a parameter to the calling method is not smaller than 0.
notNegative(boolean, int) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an integer reference passed as a parameter to the calling method is not smaller than 0.
notNegative(boolean, int, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an integer reference passed as a parameter to the calling method is not smaller than 0.
notNull(T) - Static method in class net.sf.qualitycheck.Check
Ensures that an object reference passed as a parameter to the calling method is not null.
notNull(T, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an object reference passed as a parameter to the calling method is not null.
notNull(boolean, T) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an object reference passed as a parameter to the calling method is not null.
notNull(boolean, T, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an object reference passed as a parameter to the calling method is not null.
notPositive(double) - Static method in class net.sf.qualitycheck.Check
Ensures that an double reference passed as a parameter to the calling method is not greater than 0.
notPositive(double, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an double reference passed as a parameter to the calling method is not greater than 0.
notPositive(float) - Static method in class net.sf.qualitycheck.Check
Ensures that an float reference passed as a parameter to the calling method is not greater than 0.
notPositive(float, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an float reference passed as a parameter to the calling method is not greater than 0.
notPositive(int) - Static method in class net.sf.qualitycheck.Check
Ensures that an integer reference passed as a parameter to the calling method is not greater than 0.
notPositive(int, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an integer reference passed as a parameter to the calling method is not greater than 0.
notPositive(long) - Static method in class net.sf.qualitycheck.Check
Ensures that an long reference passed as a parameter to the calling method is not greater than 0.
notPositive(long, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an long reference passed as a parameter to the calling method is not greater than 0.
notPositive(short) - Static method in class net.sf.qualitycheck.Check
Ensures that an short reference passed as a parameter to the calling method is not greater than 0.
notPositive(short, String) - Static method in class net.sf.qualitycheck.Check
Ensures that an short reference passed as a parameter to the calling method is not greater than 0.
notPositive(boolean, int) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an integer reference passed as a parameter to the calling method is not greater than 0.
notPositive(boolean, int, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that an integer reference passed as a parameter to the calling method is not greater than 0.
NumberInRange - Class in net.sf.qualitycheck
Check if a number is in a given range of a particular datatype.

P

positionIndex(int, int) - Static method in class net.sf.qualitycheck.Check
Ensures that a given position index is valid within the size of an array, list or string ...
positionIndex(boolean, int, int) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given position index is valid within the size of an array, list or string ...

R

range(int, int, int) - Static method in class net.sf.qualitycheck.Check
Ensures that the given arguments are a valid range.
range(boolean, int, int, int) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that the given arguments are a valid range.
RuntimeInstantiationException - Exception in net.sf.qualitycheck.exception
Thrown to indicate that a class cannot be instantiated.
RuntimeInstantiationException() - Constructor for exception net.sf.qualitycheck.exception.RuntimeInstantiationException
Constructs an IllegalNullArgumentException with the default message RuntimeInstantiationException.DEFAULT_MESSAGE.
RuntimeInstantiationException(String) - Constructor for exception net.sf.qualitycheck.exception.RuntimeInstantiationException
Constructs an RuntimeInstantiationException with the message RuntimeInstantiationException.MESSAGE_WITH_NAME including the given name of the argument as string representation.
RuntimeInstantiationException(String, Throwable) - Constructor for exception net.sf.qualitycheck.exception.RuntimeInstantiationException
Constructs a new exception with the message RuntimeInstantiationException.MESSAGE_WITH_NAME including the given name as string representation and cause.
RuntimeInstantiationException(Throwable) - Constructor for exception net.sf.qualitycheck.exception.RuntimeInstantiationException
Constructs a new exception with the default message RuntimeInstantiationException.DEFAULT_MESSAGE.

S

SHORT_MAX - Static variable in class net.sf.qualitycheck.NumberInRange
 
SHORT_MIN - Static variable in class net.sf.qualitycheck.NumberInRange
 
stateIsTrue(boolean) - Static method in class net.sf.qualitycheck.Check
Ensures that a given state is true.
stateIsTrue(boolean, Class<? extends RuntimeException>) - Static method in class net.sf.qualitycheck.Check
Ensures that a given state is true and allows to specify the class of exception which is thrown in case the state is not true.
stateIsTrue(boolean, String) - Static method in class net.sf.qualitycheck.Check
Ensures that a given state is true.
stateIsTrue(boolean, String, Object...) - Static method in class net.sf.qualitycheck.Check
Ensures that a given state is true
stateIsTrue(boolean, boolean) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given state is true.
stateIsTrue(boolean, boolean, Class<? extends RuntimeException>) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given state is true and allows to specify the class of exception which is thrown in case the state is not true.
stateIsTrue(boolean, boolean, String) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given state is true.
stateIsTrue(boolean, boolean, String, Object...) - Static method in class net.sf.qualitycheck.ConditionalCheck
Ensures that a given state is true

T

Throws - Annotation Type in net.sf.qualitycheck
The Throws annotation specifies the classes that will be thrown when one ore more arguments are not valid.

A B C D E F G H I L M N P R S T

Copyright © 2012-2013. All Rights Reserved.