Uses of Enum
org.tweetyproject.logics.commons.error.LanguageException.LanguageExceptionReason
Package
Description
-
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.logics.commons.error
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.LanguageException.LanguageExceptionReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionLanguageException
(String language, LanguageException.LanguageExceptionReason reason) Constructs aLanguageException
with a specified language and reason.LanguageException
(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation) Constructs aLanguageException
with a specified language, reason, and additional information. -
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.logics.pl.error
ModifierConstructorDescriptionConstructorPlException
(LanguageException.LanguageExceptionReason reason, String info) Constructor -
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.lp.nlp.error
ModifierConstructorDescriptionConstructs a new `NestedLogicProgramException` with the specified reason.NestedLogicProgramException
(LanguageException.LanguageExceptionReason reason, String furtherInformation) Constructs a new `NestedLogicProgramException` with the specified reason and additional information.