Package org.aksw.limes.core.exceptions
Class InvalidThresholdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aksw.limes.core.exceptions.InvalidThresholdException
-
- All Implemented Interfaces:
Serializable
public class InvalidThresholdException extends RuntimeException
Exception class for 0 or invalid threshold of measure.- Version:
- 1.0
- Author:
- Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidThresholdException(double threshold)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-