Uses of Class
net.dpml.transit.NullArgumentException

Packages that use NullArgumentException
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.link Protocol handler for uris artifact links. 
net.dpml.transit.model The model package contains a set of interfaces that define an active configuration model. 
net.dpml.util Common transit utilities. 
 

Uses of NullArgumentException in net.dpml.transit
 

Methods in net.dpml.transit that throw NullArgumentException
 int Artifact.compareTo(Object object)
          Compare this artifact with another artifact.
static SecuredTransitContext SecuredTransitContext.create(TransitModel model)
          Creation of the transit context.
static Artifact Artifact.createArtifact(String group, String name, String version, String type)
          Creation of a new artifact instance using a supplied group, name, version and type arguments.
static Artifact Artifact.createArtifact(String scheme, String group, String name, String version, String type)
          Creation of a new artifact instance using a supplied group, name, version and type arguments.
 OutputStream CacheHandler.createOutputStream(Artifact artifact)
          Creates an output stream to where the artifact content can be written to.
 

Uses of NullArgumentException in net.dpml.transit.link
 

Constructors in net.dpml.transit.link that throw NullArgumentException
Link(URI uri, LinkManager manager)
          Constructor for the Link.
 

Uses of NullArgumentException in net.dpml.transit.model
 

Constructors in net.dpml.transit.model that throw NullArgumentException
RequestIdentifier(String address, int port, String protocol, String scheme, String prompt)
          Creation of a new request identifier.
 

Uses of NullArgumentException in net.dpml.util
 

Methods in net.dpml.util that throw NullArgumentException
static void StreamUtils.copyStream(InputStream src, OutputStream dest, boolean closeStreams)
          Copy a stream.
static void StreamUtils.copyStream(NetworkMonitor monitor, URL source, int expected, InputStream src, OutputStream dest, boolean closeStreams)
          Copy a stream.