Class NoIndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
es.uam.eps.ir.relison.content.index.exceptions.NoIndexException
- All Implemented Interfaces:
java.io.Serializable
public class NoIndexException
extends java.io.IOException
Exception for the case when an index does not exist
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
folder
The route where the index has been searched. -
Constructor Summary
Constructors Constructor Description NoIndexException(java.lang.String f)
Constructor. -
Method Summary
Modifier and Type Method Description java.lang.String
getFolder()
Obtains the folder which has been searched and does not contain an index.
-
Field Details
-
folder
private final java.lang.String folderThe route where the index has been searched.
-
-
Constructor Details
-
NoIndexException
public NoIndexException(java.lang.String f)Constructor.- Parameters:
f
- the folder.
-
-
Method Details
-
getFolder
public java.lang.String getFolder()Obtains the folder which has been searched and does not contain an index.- Returns:
- the folder.
-