org.apache.lucene.gdata.search.analysis
Class NotIndexableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lucene.gdata.search.analysis.NotIndexableException
All Implemented Interfaces:
Serializable

public class NotIndexableException
extends Exception

This exception will be thrown by ContentStrategy instances if an exception occurs while retrieving content from entries

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
NotIndexableException()
          Constructs a new NotIndexableException
NotIndexableException(String arg0)
          Constructs a new NotIndexableException with the specified detail message.
NotIndexableException(String arg0, Throwable arg1)
          Constructs a new NotIndexableException with the specified detail message and nested exception.
NotIndexableException(Throwable arg0)
          Constructs a new NotIndexableException with a nested exception caused this exception.
 
Method Summary
 
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

NotIndexableException

public NotIndexableException()
Constructs a new NotIndexableException


NotIndexableException

public NotIndexableException(String arg0)
Constructs a new NotIndexableException with the specified detail message.

Parameters:
arg0 - - detail message

NotIndexableException

public NotIndexableException(String arg0,
                             Throwable arg1)
Constructs a new NotIndexableException with the specified detail message and nested exception.

Parameters:
arg0 - - detail message
arg1 - - nested exception

NotIndexableException

public NotIndexableException(Throwable arg0)
Constructs a new NotIndexableException with a nested exception caused this exception.

Parameters:
arg0 - - nested exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.