|
|||||||||
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
@Deprecated public static class Utilities.UnorderableException
Exception indicating that a given list could not be partially-ordered.
Utilities.partialSort(java.util.List, java.util.Comparator, boolean)
,
Serialized FormConstructor Summary | |
---|---|
Utilities.UnorderableException(java.util.Collection unorderable,
java.util.Map deps)
Deprecated. Create a new unorderable-list exception with no detail message. |
|
Utilities.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. |
Method Summary | |
---|---|
java.util.Map |
getDeps()
Deprecated. Get the dependencies. |
java.util.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(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 Utilities.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 afterMethod Detail |
---|
public java.util.Collection getUnorderable()
Utilities.UnorderableException(Collection,Map)
public java.util.Map getDeps()
Utilities.UnorderableException(Collection,Map)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |