|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.ProtocolException
net.dpml.transit.TransitException
net.dpml.transit.ArtifactException
net.dpml.transit.ArtifactNotFoundException
public class ArtifactNotFoundException
Exception to indicate that an Artifact could not be located.
Constructor Summary | |
---|---|
ArtifactNotFoundException(java.lang.String message,
java.net.URI artifact)
Construct a new ArtifactNotFoundException instance. |
Method Summary | |
---|---|
java.net.URI |
getURI()
Returns the uri that could not be found. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArtifactNotFoundException(java.lang.String message, java.net.URI artifact)
ArtifactNotFoundException
instance.
message
- The detail message for this exception.artifact
- the subject artifactMethod Detail |
---|
public java.net.URI getURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |