com.faunos.skwish.sys
Class IndexMetricsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.faunos.skwish.SkwishException
com.faunos.skwish.SegmentException
com.faunos.skwish.sys.IndexException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IndexMetricsException
public IndexMetricsException()
IndexMetricsException
public IndexMetricsException(String message)
IndexMetricsException
public IndexMetricsException(Throwable cause)
IndexMetricsException
public IndexMetricsException(String message,
Throwable cause)