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