public static class GraphUtils.ClosedCycleRoutingException extends Net2PlanException
Constructor and Description |
---|
GraphUtils.ClosedCycleRoutingException()
Default constructor.
|
GraphUtils.ClosedCycleRoutingException(String message)
Constructs a new
Net2PlanException exception with the specified detail message. |
public GraphUtils.ClosedCycleRoutingException()
public GraphUtils.ClosedCycleRoutingException(String message)
Net2PlanException
exception with the specified detail message.message
- Message to be retrieved by the Throwable.getMessage()
method.