com.faunos.skwish.sys
Class IndexMetricsException

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
                          extended by com.faunos.skwish.sys.IndexMetricsException
All Implemented Interfaces:
Serializable

public class IndexMetricsException
extends IndexException

Exception thrown by the IndexMetrics class.

Author:
Babak Farhang
See Also:
Serialized Form

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

IndexMetricsException

public IndexMetricsException()

IndexMetricsException

public IndexMetricsException(String message)

IndexMetricsException

public IndexMetricsException(Throwable cause)

IndexMetricsException

public IndexMetricsException(String message,
                             Throwable cause)


SourceForge.net Logo