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