Class LanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tweetyproject.logics.commons.error.LanguageException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NestedLogicProgramException
,PlException
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:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionLanguageException
(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 Details
-
LanguageException
public LanguageException() -
LanguageException
-
LanguageException
public LanguageException(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation)
-