|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.ac.ulg.montefiore.run.totem.repository.model.exception.NoRouteToHostException
public class NoRouteToHostException
Thrown when a routing algorithm can't find a route to a destination.
Creation date: 25-Jan.-2005
Constructor Summary | |
---|---|
NoRouteToHostException()
Creates a new instance without detail message. |
|
NoRouteToHostException(Node src,
Node dst)
Creates a new instance of the exception and specifies the nodes between which there is no route. |
|
NoRouteToHostException(java.lang.String msg)
Constructs an instance with the specified detail message. |
|
NoRouteToHostException(java.lang.String msg,
Node src,
Node dst)
Constructs an instance with the specified detail message and specifies the nodes between which there is no route. |
Method Summary | |
---|---|
Node |
getDst()
|
Node |
getSrc()
|
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 NoRouteToHostException()
public NoRouteToHostException(Node src, Node dst)
public NoRouteToHostException(java.lang.String msg)
msg
- the detail message.public NoRouteToHostException(java.lang.String msg, Node src, Node dst)
Method Detail |
---|
public Node getDst()
public Node getSrc()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |