|
||||||||||
| 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
net.dpml.component.ControlException
net.dpml.component.PartNotFoundException
public class PartNotFoundException
Exception thrown when an attempt is made to reference an unknown part.
| Constructor Summary | |
|---|---|
PartNotFoundException(URI uri,
URI target)
Creation of a new PartNotFoundException. |
|
PartNotFoundException(URI uri,
URI parent,
URI target)
Creation of a new PartNotFoundException. |
|
| Method Summary | |
|---|---|
URI |
getParentURI()
Return the parent part. |
URI |
getTargetURI()
Return the target part uri. |
| Methods inherited from class net.dpml.component.ControlException |
|---|
getControllerURI, getRootCause |
| 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 PartNotFoundException(URI uri,
URI target)
uri - the controller uritarget - the target part
public PartNotFoundException(URI uri,
URI parent,
URI target)
uri - the controller uriparent - the parent parttarget - the target part| Method Detail |
|---|
public URI getParentURI()
public URI getTargetURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||