|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--AFLPcore.ListNotSearchableError
Thrown when a list cannot be sorted or searched. The most likely cause
is that the list contains Data
that cannot be sorted.
For a list to be sortable it must consist of only
SortableData
types, which is a subclass of Data
.
Data
,
SortableData
,
DataList
, Serialized FormConstructor Summary | |
ListNotSearchableError()
Constructs a ListNotSearchableError with no detailed message. |
|
ListNotSearchableError(java.lang.String s)
Constructs a ListNotSearchableError with the specified
detailed message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ListNotSearchableError()
ListNotSearchableError
with no detailed message.public ListNotSearchableError(java.lang.String s)
ListNotSearchableError
with the specified
detailed message.s
- the detailed error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |