Uses of Enum
org.tweetyproject.logics.commons.error.LanguageException.LanguageExceptionReason
Packages that use LanguageException.LanguageExceptionReason
Package
Description
-
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.logics.commons.error
Methods in org.tweetyproject.logics.commons.error that return LanguageException.LanguageExceptionReasonModifier 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.Constructors in org.tweetyproject.logics.commons.error with parameters of type LanguageException.LanguageExceptionReasonModifierConstructorDescriptionLanguageException
(String language, LanguageException.LanguageExceptionReason reason) LanguageException
(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation) -
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.logics.pl.error
Constructors in org.tweetyproject.logics.pl.error with parameters of type LanguageException.LanguageExceptionReasonModifierConstructorDescriptionPlException
(LanguageException.LanguageExceptionReason reason, String info) -
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.lp.nlp.error
Constructors in org.tweetyproject.lp.nlp.error with parameters of type LanguageException.LanguageExceptionReasonModifierConstructorDescriptionNestedLogicProgramException
(LanguageException.LanguageExceptionReason reason, String furtherInformation)