au.org.ala.checklist.lucene
Class RecursiveSearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by au.org.ala.checklist.lucene.SearchResultException
              extended by au.org.ala.checklist.lucene.RecursiveSearchException
All Implemented Interfaces:
java.io.Serializable

public class RecursiveSearchException
extends SearchResultException

Represents an exception that occurs during a recursive match. Where there are one or more issues with the supplied name that prevented a match.

Author:
Natasha Carter
See Also:
Serialized Form

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

RecursiveSearchException

public RecursiveSearchException(java.util.Set<ErrorType> errors,
                                org.gbif.ecat.voc.NameType nameType)
Method Detail

getErrors

public java.util.Set<ErrorType> getErrors()

getNameType

public org.gbif.ecat.voc.NameType getNameType()


Copyright © 2014. All Rights Reserved.