Uses of Class
net.dpml.transit.TransitException

Packages that use TransitException
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.artifact Core protocol handler for uris of the form artifact:[type]/[group]/[name]#[version]
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. 
 

Uses of TransitException in net.dpml.transit
 

Methods in net.dpml.transit that throw TransitException
static SecuredTransitContext SecuredTransitContext.create(TransitModel model)
          Creation of the transit context.
 InputStream CacheHandler.getResource(Artifact artifact)
          Attempts to download and cache a remote artifact using a set of remote repositories.
 InputStream CacheHandler.getResource(Artifact artifact, String internalReference)
          Attempts to download and cache a remote artifact using a set of remote repositories.
 

Uses of TransitException in net.dpml.transit.artifact
 

Subclasses of TransitException in net.dpml.transit.artifact
 class ArtifactAlreadyExistsException
          Exception to indicate that the Artifact already exists in the cache and can therefor not be written to.
 class ArtifactException
          Exception to indicate that there was an Artifact related error.
 class ArtifactNotFoundException
          Exception to indicate that an Artifact could not be located.
 

Uses of TransitException in net.dpml.transit.link
 

Subclasses of TransitException in net.dpml.transit.link
 class LinkNotFoundException
          Exception to indicate that a link could not be located.
 

Uses of TransitException in net.dpml.transit.model
 

Subclasses of TransitException in net.dpml.transit.model
 class BootstrapException
          Exception raised when an attempt is made to associate a plugin based model with a bootstrap model.
 class ModelException
          Exception to indicate that there was a model related error.