com.faunos.skwish.sys
Class IndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.faunos.skwish.SkwishException
                  extended by com.faunos.skwish.SegmentException
                      extended by com.faunos.skwish.sys.IndexException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexMetricsException

public class IndexException
extends SegmentException

Exception thrown by the Index class.

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
IndexException()
           
IndexException(String message)
           
IndexException(String message, Throwable cause)
           
IndexException(Throwable cause)
           
 
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

IndexException

public IndexException()

IndexException

public IndexException(String message)

IndexException

public IndexException(Throwable cause)

IndexException

public IndexException(String message,
                      Throwable cause)


SourceForge.net Logo