org.dllearner.core.owl
Class UnsupportedLanguageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnsupportedLanguageException(String unsupportedConstruct, String targetLanguage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedLanguageException

public UnsupportedLanguageException(String unsupportedConstruct,
                                    String targetLanguage)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann