Uses of Class
org.ops4j.lang.NullArgumentException

Packages that use NullArgumentException
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. 
 

Uses of NullArgumentException in org.ops4j.io
 

Methods in org.ops4j.io that throw NullArgumentException
static void StreamUtils.copyStream(java.io.InputStream src, java.io.OutputStream dest, boolean closeStreams)
          Copy a stream.
static void StreamUtils.copyStream(StreamMonitor monitor, java.net.URL sourceURL, int expected, java.io.InputStream source, java.io.OutputStream destination, boolean closeStreams)
          Copy a stream.
 

Uses of NullArgumentException in org.ops4j.lang
 

Methods in org.ops4j.lang that throw NullArgumentException
static void NullArgumentException.validateNotEmpty(java.lang.Object[] arrayToCheck, java.lang.String argumentName)
          Validates that the array instance is not null and that it has entries.
static void NullArgumentException.validateNotEmpty(java.util.Properties propertiesToCheck, java.lang.String argumentName)
          Validates that the Properties instance is not null and that it has entries.
static void NullArgumentException.validateNotEmpty(java.lang.String stringToCheck, boolean trim, java.lang.String argumentName)
          Validates that the string is not null and not an empty string.
static void NullArgumentException.validateNotEmpty(java.lang.String stringToCheck, java.lang.String argumentName)
          Validates that the string is not null and not an empty string without trimming the string.
static void NullArgumentException.validateNotEmptyContent(java.lang.String[] arrayToCheck, boolean trim, java.lang.String argumentName)
          Validates that the string array instance is not null and that it has entries that are not null or empty.
static void NullArgumentException.validateNotEmptyContent(java.lang.String[] arrayToCheck, java.lang.String argumentName)
          Validates that the string array instance is not null and that it has entries that are not null or empty eithout trimming the string.
static void NullArgumentException.validateNotNull(java.lang.Object obj, java.lang.String objectName)
          Validates that the object obj is not null.
 



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