org.dllearner.core.owl
Class UnsupportedLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dllearner.core.owl.UnsupportedLanguageException
- All Implemented Interfaces:
- Serializable
public class UnsupportedLanguageException
- extends RuntimeException
This exception is thrown if an operation does not support
the required language. For instance, if a description containing
a disjunction is passed to a method, which is only designed to
handle EL concepts, this exception can be thrown.
- Author:
- Jens Lehmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedLanguageException
public UnsupportedLanguageException(String unsupportedConstruct,
String targetLanguage)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann