| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
NOT_CONNECTED |
"The source vertex doesn\'t have a path that reach the destination" |
public static final java.lang.String |
NOT_DAG |
"The graph is not a DAG" |
public static final java.lang.String |
PARAM_NULL |
"The parameter must not be null" |
public static final java.lang.String |
VERTEX_NOT_CONTAINED |
"The vertex must be contained in the graph" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
REMOVED |
"The vertex is no longer in the graph" |