|
org.openide.util 6.8.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openide.util.Utilities.UnorderableException
public static class Utilities.UnorderableException
Exception indicating that a given list could not be partially-ordered.
| Constructor Summary | |
|---|---|
Utilities.UnorderableException(Collection unorderable,
Map deps)
Deprecated. Create a new unorderable-list exception with no detail message. |
|
Utilities.UnorderableException(String message,
Collection unorderable,
Map deps)
Deprecated. Create a new unorderable-list exception with a specified detail message. |
|
| Method Summary | |
|---|---|
Map |
getDeps()
Deprecated. Get the dependencies. |
Collection |
getUnorderable()
Deprecated. Get the unorderable elements. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Utilities.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 Utilities.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 after| Method Detail |
|---|
public Collection getUnorderable()
Utilities.UnorderableException(Collection,Map)public Map getDeps()
Utilities.UnorderableException(Collection,Map)
|
org.openide.util 6.8.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||