@Deprecated public static class Utilities.UnorderableException extends RuntimeException
Constructor and Description |
---|
UnorderableException(Collection unorderable,
Map deps)
Deprecated.
Create a new unorderable-list exception with no detail message.
|
UnorderableException(String message,
Collection unorderable,
Map deps)
Deprecated.
Create a new unorderable-list exception with a specified detail message.
|
Modifier and Type | Method and Description |
---|---|
Map |
getDeps()
Deprecated.
Get the dependencies.
|
Collection |
getUnorderable()
Deprecated.
Get the unorderable elements.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnorderableException(Collection unorderable, Map deps)
unorderable
- a collection of list elements which could not be ordered
(because there was some sort of cycle)deps
- dependencies associated with the list; a map from list elements
to sets of list elements which that element must appear afterpublic UnorderableException(String message, Collection unorderable, Map deps)
message
- the detail messageunorderable
- a collection of list elements which could not be ordered
(because there was some sort of cycle)deps
- dependencies associated with the list; a map from list elements
to sets of list elements which that element must appear afterpublic Collection getUnorderable()
Utilities.UnorderableException.UnorderableException(Collection,Map)
public Map getDeps()
Utilities.UnorderableException.UnorderableException(Collection,Map)