@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, toStringpublic 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(Collection,Map)public Map getDeps()
Utilities.UnorderableException(Collection,Map)Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.