Package org.aksw.limes.core.exceptions
Class UnsupportedOperator
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aksw.limes.core.exceptions.UnsupportedOperator
-
- All Implemented Interfaces:
Serializable
public class UnsupportedOperator extends RuntimeException
Exception class for wrong specification operator.- Version:
- 1.0
- Author:
- Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedOperator(String name)Constructor of UnsupportedOperator 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
-
UnsupportedOperator
public UnsupportedOperator(String name)
Constructor of UnsupportedOperator class.- Parameters:
name- , Name of the wrong operator
-
-