Uses of Package
org.ops4j.lang

Packages that use org.ops4j.lang
org.ops4j.io This package contains utilities for I/O operations. 
org.ops4j.lang Classes, interfaces and exceptions that we find are missing in the java.lang package is added to this package. 
 

Classes in org.ops4j.lang used by org.ops4j.io
NullArgumentException
          Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
 

Classes in org.ops4j.lang used by org.ops4j.lang
NullArgumentException
          Exception thrown when the argument to a method or constructor is null and not handled by the method/constructor/class.
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.
 



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