Package org.aksw.limes.core.exceptions
Class NotYetImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.aksw.limes.core.exceptions.NotYetImplementedException
-
- All Implemented Interfaces:
Serializable
public class NotYetImplementedException extends RuntimeException
- Author:
- Tommaso Soru (tsoru@informatik.uni-leipzig.de)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotYetImplementedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotYetImplementedException
public NotYetImplementedException(String msg)
-
-