Class RetrieverEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.uni_trier.wi2.procake.utils.eval.RetrieverEvaluationException
-
- All Implemented Interfaces:
Serializable
public class RetrieverEvaluationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrieverEvaluationException(String message, ReadableObjectPool pool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReadableObjectPoolgetPool()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RetrieverEvaluationException
public RetrieverEvaluationException(String message, ReadableObjectPool pool)
-
-
Method Detail
-
getPool
public ReadableObjectPool getPool()
-
-