|
||||||||||
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
net.dpml.transit.LinkNotFoundException
public class LinkNotFoundException
Exception to indicate that a link could not be located.
Constructor Summary | |
---|---|
LinkNotFoundException(java.lang.String message,
java.net.URI uri)
Construct a new LinkNotFoundException instance. |
Method Summary |
---|
Methods inherited from class net.dpml.transit.ArtifactNotFoundException |
---|
getURI |
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 LinkNotFoundException(java.lang.String message, java.net.URI uri)
LinkNotFoundException
instance.
message
- The detail message for this exception.uri
- the link uri
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |