Uses of Package
be.ac.ulg.montefiore.run.totem.domain.exception

Packages that use be.ac.ulg.montefiore.run.totem.domain.exception
at.ftw.repository.reopt   
be.ac.ucl.ingi.totem.repository   
be.ac.ulg.montefiore.run.totem.domain.diffserv This package holds classes useful for the diffserv capabilities of the toolbox. 
be.ac.ulg.montefiore.run.totem.domain.facade This package holds the manager for the domain package. 
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.domain.persistence This package holds classes used to load/save Domain objects. 
be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain This package holds classes that represent a simplified view of a Domain object. 
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.MplsRouting This package holds an implementation of an MPLS LSP fullmesh optimal MIP model 
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.SAMTE.candidatepathlist   
be.ac.ulg.montefiore.run.totem.repository.SAMTE.core   
be.ac.ulg.montefiore.run.totem.repository.SAMTE.model   
be.ac.ulg.montefiore.run.totem.repository.allDistinctRoutes This package holds classes which allow you to compute all the distinct routes. 
be.ac.ulg.montefiore.run.totem.repository.tomography   
be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity   
be.ac.ulg.montefiore.run.totem.repository.tomography.utils   
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.trafficMatrix.persistence This package holds classes used to load/save traffic matrices. 
be.ac.ulg.montefiore.run.totem.visualtopo.facade This package holds classes related to the TOTEM GUI. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action.impl   
test This package holds JUnit test classes. 
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by at.ftw.repository.reopt
InvalidDomainException
          Exception if the domain asked is invalid
LinkCapacityExceededException
          Exception thrown when the capacity of a link is exceeded (by addReservation)
LinkNotFoundException
          Thrown when a link is not found.
LspAlreadyExistException
          Throw when we try to add an Lsp already present
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ucl.ingi.totem.repository
DomainAlreadyExistException
          Thrown if you try to add a domain with the same AS ID than an existing one.
InvalidDomainException
          Exception if the domain asked is invalid
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.domain.diffserv
LinkCapacityExceededException
          Exception thrown when the capacity of a link is exceeded (by addReservation)
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.domain.facade
DomainAlreadyExistException
          Thrown if you try to add a domain with the same AS ID than an existing one.
InvalidDomainException
          Exception if the domain asked is invalid
SimplifiedDomainException
          Exception in a SimplifiedDomain
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.domain.model
BadLspTypeException
          Throw when the type of a lsp is not the expected one (ex: not a backup)
DiffServConfigurationException
          Signal a error in the DiffServ configuration
DomainChangeObserverException
          This exception is thrown when an error occurs in the DomainChangeObserver class.
IdException
          Exception in the id of a DomainElement (id collision, ...).
InvalidDomainException
          Exception if the domain asked is invalid
InvalidPathException
          Thrown when trying to create a path that is invalid (for example, not continuous).
IPAddressFormatException
          Thrown when the format of an IP address is invalid.
LinkAlreadyExistException
          Throw when we try to add an Link already present
LinkCapacityExceededException
          Exception thrown when the capacity of a link is exceeded (by addReservation)
LinkNotFoundException
          Thrown when a link is not found.
LspAlreadyExistException
          Throw when we try to add an Lsp already present
LspNotFoundException
          Throw when a Lsp is not found
NodeAlreadyExistException
          Throw when we try to add a Node that already exists
NodeInterfaceAlreadyExistException
          Thrown when trying to add an interface that already exists in the domain.
NodeInterfaceNotFoundException
          This exception is thrown when a node interface is not found.
NodeNotFoundException
          Throw when a Node is not found
NotInitialisedException
          This exception is thrown when a field is necessary or when the value of an optional field is requested, and that the field is not initialised.
RouterAlreadyExistException
          Throw when we try to add a Router that already exists
StatusTypeException
          The Status type is invalide
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.domain.model.impl
BadLspTypeException
          Throw when the type of a lsp is not the expected one (ex: not a backup)
DiffServConfigurationException
          Signal a error in the DiffServ configuration
DomainChangeObserverException
          This exception is thrown when an error occurs in the DomainChangeObserver class.
IdException
          Exception in the id of a DomainElement (id collision, ...).
InvalidDomainException
          Exception if the domain asked is invalid
InvalidPathException
          Thrown when trying to create a path that is invalid (for example, not continuous).
IPAddressFormatException
          Thrown when the format of an IP address is invalid.
LinkAlreadyExistException
          Throw when we try to add an Link already present
LinkCapacityExceededException
          Exception thrown when the capacity of a link is exceeded (by addReservation)
LinkNotFoundException
          Thrown when a link is not found.
LspAlreadyExistException
          Throw when we try to add an Lsp already present
LspNotFoundException
          Throw when a Lsp is not found
NodeAlreadyExistException
          Throw when we try to add a Node that already exists
NodeInterfaceAlreadyExistException
          Thrown when trying to add an interface that already exists in the domain.
NodeInterfaceNotFoundException
          This exception is thrown when a node interface is not found.
NodeNotFoundException
          Throw when a Node is not found
NotInitialisedException
          This exception is thrown when a field is necessary or when the value of an optional field is requested, and that the field is not initialised.
RouterAlreadyExistException
          Throw when we try to add a Router that already exists
StatusTypeException
          The Status type is invalide
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.domain.persistence
InvalidDomainException
          Exception if the domain asked is invalid
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.domain.simplifiedDomain
InvalidPathException
          Thrown when trying to create a path that is invalid (for example, not continuous).
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
SimplifiedDomainException
          Exception in a SimplifiedDomain
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.CSPF
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.MplsRouting
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.MultiCommodityFlow
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.SAMTE.candidatepathlist
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.SAMTE.core
InvalidDomainException
          Exception if the domain asked is invalid
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.SAMTE.model
LinkNotFoundException
          Thrown when a link is not found.
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.allDistinctRoutes
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography
DomainAlreadyExistException
          Thrown if you try to add a domain with the same AS ID than an existing one.
InvalidDomainException
          Exception if the domain asked is invalid
LinkAlreadyExistException
          Throw when we try to add an Link already present
LinkNotFoundException
          Thrown when a link is not found.
NodeAlreadyExistException
          Throw when we try to add a Node that already exists
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation
InvalidDomainException
          Exception if the domain asked is invalid
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.repository.tomography.utils
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.topgen.traffic
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.topgen.util
LinkAlreadyExistException
          Throw when we try to add an Link already present
NodeAlreadyExistException
          Throw when we try to add a Node that already exists
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.facade
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.generation
InvalidDomainException
          Exception if the domain asked is invalid
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.model
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl
InvalidDomainException
          Exception if the domain asked is invalid
LinkNotFoundException
          Thrown when a link is not found.
LspNotFoundException
          Throw when a Lsp is not found
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence
InvalidDomainException
          Exception if the domain asked is invalid
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.visualtopo.facade
DomainAlreadyExistException
          Thrown if you try to add a domain with the same AS ID than an existing one.
InvalidDomainException
          Exception if the domain asked is invalid
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.whatIfScenarios.model.action.impl
LinkNotFoundException
          Thrown when a link is not found.
NodeNotFoundException
          Throw when a Node is not found
 

Classes in be.ac.ulg.montefiore.run.totem.domain.exception used by test
DiffServConfigurationException
          Signal a error in the DiffServ configuration
DomainAlreadyExistException
          Thrown if you try to add a domain with the same AS ID than an existing one.
InvalidDomainException
          Exception if the domain asked is invalid
InvalidPathException
          Thrown when trying to create a path that is invalid (for example, not continuous).
LinkAlreadyExistException
          Throw when we try to add an Link already present
LinkCapacityExceededException
          Exception thrown when the capacity of a link is exceeded (by addReservation)
LinkNotFoundException
          Thrown when a link is not found.
LspAlreadyExistException
          Throw when we try to add an Lsp already present
LspNotFoundException
          Throw when a Lsp is not found
NodeAlreadyExistException
          Throw when we try to add a Node that already exists
NodeNotFoundException
          Throw when a Node is not found
NodeTypeException
          Thrown when the type of a node is unknown.
StatusTypeException
          The Status type is invalide
 



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