Uses of Enum Class
org.tweetyproject.logics.commons.error.LanguageException.LanguageExceptionReason
Packages that use LanguageException.LanguageExceptionReason
Package
Description
-
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.logics.commons.error
Subclasses with type arguments of type LanguageException.LanguageExceptionReason in org.tweetyproject.logics.commons.errorModifier and TypeClassDescriptionstatic enumEnumeration representing specific reasons why aLanguageExceptionmight be thrown.Methods in org.tweetyproject.logics.commons.error that return LanguageException.LanguageExceptionReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LanguageException.LanguageExceptionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tweetyproject.logics.commons.error with parameters of type LanguageException.LanguageExceptionReasonModifierConstructorDescriptionLanguageException(String language, LanguageException.LanguageExceptionReason reason) Constructs aLanguageExceptionwith a specified language and reason.LanguageException(String language, LanguageException.LanguageExceptionReason reason, String furtherInformation) Constructs aLanguageExceptionwith a specified language, reason, and additional information. -
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.logics.pl.error
Constructors in org.tweetyproject.logics.pl.error with parameters of type LanguageException.LanguageExceptionReasonModifierConstructorDescriptionConstructorPlException(LanguageException.LanguageExceptionReason reason, String info) Constructor -
Uses of LanguageException.LanguageExceptionReason in org.tweetyproject.lp.nlp.error
Constructors in org.tweetyproject.lp.nlp.error with parameters of type LanguageException.LanguageExceptionReasonModifierConstructorDescriptionConstructs a new `NestedLogicProgramException` with the specified reason.NestedLogicProgramException(LanguageException.LanguageExceptionReason reason, String furtherInformation) Constructs a new `NestedLogicProgramException` with the specified reason and additional information.