|
||||||||||
| 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.names.search.SearchResultException
au.org.ala.names.search.ParentSynonymChildException
public class ParentSynonymChildException
An exception that is thrown when the result represents a situation where the parent is a synonym of the child concept. This situation typically occurs when a species has been split into one or more subspecies.
| Field Summary |
|---|
| Fields inherited from class au.org.ala.names.search.SearchResultException |
|---|
errorType, results |
| Constructor Summary | |
|---|---|
ParentSynonymChildException(NameSearchResult parentResult,
NameSearchResult childResult)
|
|
| Method Summary | |
|---|---|
NameSearchResult |
getChildResult()
|
NameSearchResult |
getParentResult()
|
| Methods inherited from class au.org.ala.names.search.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 ParentSynonymChildException(NameSearchResult parentResult,
NameSearchResult childResult)
| Method Detail |
|---|
public NameSearchResult getChildResult()
public NameSearchResult getParentResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||