|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
au.org.ala.checklist.lucene.SearchResultException
au.org.ala.checklist.lucene.RecursiveSearchException
public class RecursiveSearchException
Represents an exception that occurs during a recursive match. Where there are one or more issues with the supplied name that prevented a match.
| Field Summary |
|---|
| Fields inherited from class au.org.ala.checklist.lucene.SearchResultException |
|---|
errorType, results |
| Constructor Summary | |
|---|---|
RecursiveSearchException(java.util.Set<ErrorType> errors,
org.gbif.ecat.voc.NameType nameType)
|
|
| Method Summary | |
|---|---|
java.util.Set<ErrorType> |
getErrors()
|
org.gbif.ecat.voc.NameType |
getNameType()
|
| Methods inherited from class au.org.ala.checklist.lucene.SearchResultException |
|---|
getErrorType, getResults |
| 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 RecursiveSearchException(java.util.Set<ErrorType> errors,
org.gbif.ecat.voc.NameType nameType)
| Method Detail |
|---|
public java.util.Set<ErrorType> getErrors()
public org.gbif.ecat.voc.NameType getNameType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||