Package org.ops4j.lang

Classes, interfaces and exceptions that we find are missing in the java.lang package is added to this package.

See:
          Description

Exception Summary
NullArgumentException Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
Ops4jException 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.
PostConditionException PostConditionException is used to validate computed results in methods and if not within the supported ranges, throw an appropriate exception describing the problem.
PreConditionException PreConditionException is used to validate incoming arguments to methods and if not within the supported ranges, throw an appropriate exception describing the problem.
 

Package org.ops4j.lang Description

Classes, interfaces and exceptions that we find are missing in the java.lang package is added to this package.



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