|
||||||||||
| 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.RoutingException
public class RoutingException
Thrown when a routing algorithm makes a error.
Creation date: 25-Jan.-2005
| Constructor Summary | |
|---|---|
RoutingException()
Creates a new instance of RoutingException without detail message. |
|
RoutingException(java.lang.String msg)
Constructs an instance of RoutingException with the specified detail message. |
|
RoutingException(java.lang.Throwable t)
Constructs an instance of RoutingException from the specified throwable object. |
|
| Method Summary |
|---|
| 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 RoutingException()
RoutingException without detail message.
public RoutingException(java.lang.String msg)
RoutingException with the specified detail message.
msg - the detail message.public RoutingException(java.lang.Throwable t)
RoutingException from the specified throwable object.
t - The throwable object from which the new exception has to be initialized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||