au.org.ala.checklist.lucene
Class ExcludedNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
au.org.ala.checklist.lucene.SearchResultException
au.org.ala.checklist.lucene.ExcludedNameException
- All Implemented Interfaces:
- java.io.Serializable
public class ExcludedNameException
- extends SearchResultException
An exception that is thrown when the match is to a name that has been excluded.
In the BIE we would want to use the match anyway because all excluded names will have
a species page.
In the biocache we would want to flag the record and match to the associated record?? OR maybe
- Author:
- Natasha Carter
- See Also:
- Serialized Form
| 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 |
ExcludedNameException
public ExcludedNameException(java.lang.String message,
NameSearchResult excludedName)
ExcludedNameException
public ExcludedNameException(java.lang.String message,
NameSearchResult nonExcludedName,
NameSearchResult excludedName)
getExcludedName
public NameSearchResult getExcludedName()
setExcludedName
public void setExcludedName(NameSearchResult excludedName)
getNonExcludedName
public NameSearchResult getNonExcludedName()
setNonExcludedName
public void setNonExcludedName(NameSearchResult nonExcludedName)
Copyright © 2014. All Rights Reserved.