Package org.aksw.limes.core.exceptions
Class InvalidMeasureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aksw.limes.core.exceptions.InvalidMeasureException
-
- All Implemented Interfaces:
Serializable
public class InvalidMeasureException extends RuntimeException
Exception class for wrong or not existing metric expression.- Version:
- 1.0
- Author:
- Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMeasureException(String name)Constructor of InvalidMeasureException class.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidMeasureException
public InvalidMeasureException(String name)
Constructor of InvalidMeasureException class.- Parameters:
name- , Name of the wrong measure
-
-