Uses of Package
be.ac.ulg.montefiore.run.totem.repository.model.exception

Packages that use be.ac.ulg.montefiore.run.totem.repository.model.exception
at.ftw.repository.lspDimensioning   
at.ftw.repository.reopt   
be.ac.ucl.ingi.totem.repository   
be.ac.ucl.ingi.totem.repository.model   
be.ac.ucl.ingi.totem.scenario.model   
be.ac.ucl.poms.repository.IGPWO   
be.ac.ulg.montefiore.run.totem.domain.model This package holds the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
be.ac.ulg.montefiore.run.totem.repository.CSPF This package holds CSPF-related classes (various implementations of the CSPF algorithm is available). 
be.ac.ulg.montefiore.run.totem.repository.DAMOTE This package holds DAMOTE-related classes. 
be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow This package holds an implementation of the multi-commodity flow algorithm. 
be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO   
be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo   
be.ac.ulg.montefiore.run.totem.repository.facade This package holds the manager for the repository package. 
be.ac.ulg.montefiore.run.totem.repository.model This package holds the model for the repository package. 
be.ac.ulg.montefiore.run.totem.repository.model.exception This package holds the exceptions for the repository package. 
be.ac.ulg.montefiore.run.totem.repository.optDivideTM This package holds an implementation of the algorithm described in "Dividing the Traffic Matrix to approach optimal Traffic Engineering" by S. 
be.ac.ulg.montefiore.run.totem.repository.tomography   
be.ac.ulg.montefiore.run.totem.topgen.traffic This package holds traffic generation-related classes. 
be.ac.ulg.montefiore.run.totem.topgen.util This package holds util classes for Topgen. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.facade This package holds the manager for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.generation   
be.ac.ulg.montefiore.run.totem.trafficMatrix.model This package holds the model for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl This package holds the implementation of the model for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.util This package holds util classes used by other packages. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule   
it.unina.repository.MIRA   
nl.tudelft.repository.XAMCRA   
test This package holds JUnit test classes. 
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by at.ftw.repository.lspDimensioning
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by at.ftw.repository.reopt
CreatePathException
          Throws an exception that occurs in the Path creation.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ucl.ingi.totem.repository
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ucl.ingi.totem.repository.model
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ucl.ingi.totem.scenario.model
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ucl.poms.repository.IGPWO
AddDBException
          Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.domain.model
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
NoSuchAlgorithmException
          This exception is thrown when a specified algorithm was not found in the environment.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.domain.model.impl
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
NoSuchAlgorithmException
          This exception is thrown when a specified algorithm was not found in the environment.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.CSPF
CreatePathException
          Throws an exception that occurs in the Path creation.
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.DAMOTE
AddDBException
          Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
LocalDatabaseException
          Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO
AddDBException
          Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.facade
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
NoSuchAlgorithmException
          This exception is thrown when a specified algorithm was not found in the environment.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.model
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
LocalDatabaseException
          Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
TotemActionExecutionException
          Thrown if an error occurred during the execution of a TotemAction.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.model.exception
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.optDivideTM
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.topgen.traffic
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.topgen.util
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.facade
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.generation
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.model
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.util
AlgorithmParameterException
          
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.routingGUIModule
LocalDatabaseException
          Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
TotemActionExecutionException
          Thrown if an error occurred during the execution of a TotemAction.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by it.unina.repository.MIRA
AddDBException
          Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
LocalDatabaseException
          Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by nl.tudelft.repository.XAMCRA
AddDBException
          Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
LocalDatabaseException
          Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
 

Classes in be.ac.ulg.montefiore.run.totem.repository.model.exception used by test
AlgorithmInitialisationException
          Thrown if an error occurred during the initialisation of an algorithm.
LocalDatabaseException
          Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)
NoRouteToHostException
          Thrown when a routing algorithm can't find a route to a destination.
RoutingException
          Thrown when a routing algorithm makes a error.
TotemActionExecutionException
          Thrown if an error occurred during the execution of a TotemAction.
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.