Serializable
@Deprecated public static class Utilities.UnorderableException extends RuntimeException
Constructor | Description |
---|---|
UnorderableException(String message,
Collection unorderable,
Map deps) |
Deprecated.
Create a new unorderable-list exception with a specified detail message.
|
UnorderableException(Collection unorderable,
Map deps) |
Deprecated.
Create a new unorderable-list exception with no detail message.
|
Modifier and Type | Method | Description |
---|---|---|
Map |
getDeps() |
Deprecated.
Get the dependencies.
|
Collection |
getUnorderable() |
Deprecated.
Get the unorderable elements.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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()
public Map getDeps()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.