N O P V

N

NullArgumentException - Exception in org.ops4j.lang
Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
NullArgumentException(String) - Constructor for exception org.ops4j.lang.NullArgumentException
Constructor.

O

Ops4jException - Exception in org.ops4j.lang
A base class for unchecked exceptions, to be used as a wrapper for third-party checked exceptions or to be subclassed in other OPS4j projects.
Ops4jException() - Constructor for exception org.ops4j.lang.Ops4jException
 
Ops4jException(String) - Constructor for exception org.ops4j.lang.Ops4jException
 
Ops4jException(String, Throwable) - Constructor for exception org.ops4j.lang.Ops4jException
 
Ops4jException(Throwable) - Constructor for exception org.ops4j.lang.Ops4jException
 
org.ops4j.lang - package org.ops4j.lang
Classes, interfaces and exceptions that we find are missing in the java.lang package is added to this package.

P

PostConditionException - Exception in org.ops4j.lang
PostConditionException is used to validate computed results in methods and if not within the supported ranges, throw an appropriate exception describing the problem.
PostConditionException(String) - Constructor for exception org.ops4j.lang.PostConditionException
PostCondition constructor.
PreConditionException - Exception in org.ops4j.lang
PreConditionException is used to validate incoming arguments to methods and if not within the supported ranges, throw an appropriate exception describing the problem.
PreConditionException(String) - Constructor for exception org.ops4j.lang.PreConditionException
PreCondition constructor.

V

validateEqualTo(long, long, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value under test is a particular value.
validateEqualTo(double, double, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value under test is a particular value.
validateEqualTo(Number, Number, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value under test is a particular value.
validateEqualTo(long, long, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value under test is a particular value.
validateEqualTo(double, double, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value under test is a particular value.
validateEqualTo(Number, Number, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value under test is a particular value.
validateGreaterThan(long, long, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value is greater than a limit.
validateGreaterThan(double, double, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value is greater than a limit.
validateGreaterThan(Number, Number, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value is greater than a limit.
validateGreaterThan(long, long, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value is greater than a limit.
validateGreaterThan(double, double, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value is greater than a limit.
validateGreaterThan(Number, Number, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value is greater than a limit.
validateLesserThan(long, long, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value is lesser than a limit.
validateLesserThan(double, double, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value is lesser than a limit.
validateLesserThan(Number, Number, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the value is lesser than a limit.
validateLesserThan(long, long, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value is lesser than a limit.
validateLesserThan(double, double, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value is lesser than a limit.
validateLesserThan(Number, Number, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the value is lesser than a limit.
validateNotEmpty(String, String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the string is not null and not an empty string without trimming the string.
validateNotEmpty(String, boolean, String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the string is not null and not an empty string.
validateNotEmpty(Properties, String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the Properties instance is not null and that it has entries.
validateNotEmpty(Object[], String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the array instance is not null and that it has entries.
validateNotEmptyContent(String[], String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the string array instance is not null and that it has entries that are not null or empty eithout trimming the string.
validateNotEmptyContent(String[], boolean, String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the string array instance is not null and that it has entries that are not null or empty.
validateNotNull(Object, String) - Static method in exception org.ops4j.lang.NullArgumentException
Validates that the object obj is not null.
validateNotNull(Object, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the object is not null.
validateNotNull(Object, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the object is not null.
validateNull(Object, String) - Static method in exception org.ops4j.lang.PostConditionException
Validates that the object is null.
validateNull(Object, String) - Static method in exception org.ops4j.lang.PreConditionException
Validates that the object is null.

N O P V

Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.