Package org.aksw.limes.core.exceptions
Class InvalidPreprocessingFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aksw.limes.core.exceptions.InvalidPreprocessingFunctionException
-
- All Implemented Interfaces:
Serializable
public class InvalidPreprocessingFunctionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPreprocessingFunctionException(String name)Constructor of InvalidPreprocessingFunctionException 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
-
InvalidPreprocessingFunctionException
public InvalidPreprocessingFunctionException(String name)
Constructor of InvalidPreprocessingFunctionException class.- Parameters:
name- , Name of the wrong preprocessing function
-
-