Open Kilda Java Documentation
org.openkilda.topo.exceptions.TopologyProcessingException Class Reference
Inheritance diagram for org.openkilda.topo.exceptions.TopologyProcessingException:

Public Member Functions

 TopologyProcessingException (String message)
 
 TopologyProcessingException (String message, Exception cause)
 

Detailed Description

is thrown when a topology fails to be processed.

Definition at line 21 of file TopologyProcessingException.java.

Constructor & Destructor Documentation

◆ TopologyProcessingException() [1/2]

org.openkilda.topo.exceptions.TopologyProcessingException.TopologyProcessingException ( String  message)

Definition at line 23 of file TopologyProcessingException.java.

◆ TopologyProcessingException() [2/2]

org.openkilda.topo.exceptions.TopologyProcessingException.TopologyProcessingException ( String  message,
Exception  cause 
)

Definition at line 27 of file TopologyProcessingException.java.


The documentation for this class was generated from the following file: