Class LanguageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.tweety.logics.commons.error.LanguageException
-
- All Implemented Interfaces:
Serializable
public class LanguageException extends RuntimeException
A language exception is thrown if something illegal is tried in a language like setting the arity of a propositional predicate > zero.- Author:
- Tim Janus
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLanguageException.LanguageExceptionReason
-
Constructor Summary
Constructors Constructor Description LanguageException()LanguageException(String language, LanguageException.LanguageExceptionReason reason)LanguageException(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LanguageException
public LanguageException()
-
LanguageException
public LanguageException(String language, LanguageException.LanguageExceptionReason reason)
-
LanguageException
public LanguageException(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation)
-
-