Uses of Class
net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason
-
Packages that use LanguageException.LanguageExceptionReason Package Description net.sf.tweety.logics.commons.error net.sf.tweety.logics.pl.error net.sf.tweety.lp.nlp.error -
-
Uses of LanguageException.LanguageExceptionReason in net.sf.tweety.logics.commons.error
Methods in net.sf.tweety.logics.commons.error that return LanguageException.LanguageExceptionReason Modifier and Type Method Description static LanguageException.LanguageExceptionReason
LanguageException.LanguageExceptionReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LanguageException.LanguageExceptionReason[]
LanguageException.LanguageExceptionReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.tweety.logics.commons.error with parameters of type LanguageException.LanguageExceptionReason Constructor Description LanguageException(java.lang.String language, LanguageException.LanguageExceptionReason reason)
LanguageException(java.lang.String language, LanguageException.LanguageExceptionReason reason, java.lang.String furtherInformation)
-
Uses of LanguageException.LanguageExceptionReason in net.sf.tweety.logics.pl.error
Constructors in net.sf.tweety.logics.pl.error with parameters of type LanguageException.LanguageExceptionReason Constructor Description PlException(LanguageException.LanguageExceptionReason reason)
PlException(LanguageException.LanguageExceptionReason reason, java.lang.String info)
-
Uses of LanguageException.LanguageExceptionReason in net.sf.tweety.lp.nlp.error
Constructors in net.sf.tweety.lp.nlp.error with parameters of type LanguageException.LanguageExceptionReason Constructor Description NestedLogicProgramException(LanguageException.LanguageExceptionReason reason)
NestedLogicProgramException(LanguageException.LanguageExceptionReason reason, java.lang.String furtherInformation)
-