Lucene++ - a full-featured, c++ search engine
API Documentation


Data Structures | Namespaces | Typedefs
LuceneException.h File Reference
#include "Lucene.h"
+ Include dependency graph for LuceneException.h:

Go to the source code of this file.

Data Structures

class  Lucene::LuceneException
 Lucene exception container. More...
 
class  Lucene::ExceptionTemplate< ParentException, Type >
 

Namespaces

 Lucene
 

Typedefs

typedef ExceptionTemplate< LuceneException, LuceneException::Runtime > Lucene::RuntimeException
 
typedef ExceptionTemplate< LuceneException, LuceneException::OutOfMemory > Lucene::OutOfMemoryError
 
typedef ExceptionTemplate< LuceneException, LuceneException::Temporary > Lucene::TemporaryException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::IllegalState > Lucene::IllegalStateException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::IllegalArgument > Lucene::IllegalArgumentException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::IndexOutOfBounds > Lucene::IndexOutOfBoundsException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::NullPointer > Lucene::NullPointerException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::FieldReader > Lucene::FieldReaderException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::Merge > Lucene::MergeException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::StopFillCache > Lucene::StopFillCacheException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::TimeExceeded > Lucene::TimeExceededException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::TooManyClauses > Lucene::TooManyClausesException
 
typedef ExceptionTemplate< RuntimeException, LuceneException::UnsupportedOperation > Lucene::UnsupportedOperationException
 
typedef ExceptionTemplate< IllegalArgumentException, LuceneException::NumberFormat > Lucene::NumberFormatException
 
typedef ExceptionTemplate< IllegalStateException, LuceneException::AlreadyClosed > Lucene::AlreadyClosedException
 
typedef ExceptionTemplate< LuceneException, LuceneException::IO > Lucene::IOException
 
typedef ExceptionTemplate< IOException, LuceneException::CorruptIndex > Lucene::CorruptIndexException
 
typedef ExceptionTemplate< IOException, LuceneException::FileNotFound > Lucene::FileNotFoundException
 
typedef ExceptionTemplate< IOException, LuceneException::LockObtainFailed > Lucene::LockObtainFailedException
 
typedef ExceptionTemplate< IOException, LuceneException::LockReleaseFailed > Lucene::LockReleaseFailedException
 
typedef ExceptionTemplate< IOException, LuceneException::MergeAborted > Lucene::MergeAbortedException
 
typedef ExceptionTemplate< IOException, LuceneException::StaleReader > Lucene::StaleReaderException
 
typedef ExceptionTemplate< FileNotFoundException, LuceneException::NoSuchDirectory > Lucene::NoSuchDirectoryException
 
typedef ExceptionTemplate< LuceneException, LuceneException::Lookahead > Lucene::LookaheadSuccess
 
typedef ExceptionTemplate< LuceneException, LuceneException::Parse > Lucene::ParseException
 
typedef ExceptionTemplate< LuceneException, LuceneException::QueryParser > Lucene::QueryParserError
 
typedef ExceptionTemplate< LuceneException, LuceneException::Compression > Lucene::CompressionException
 

clucene.sourceforge.net