| Package | Description |
|---|---|
| net.sf.tweety.logics.commons.error | |
| net.sf.tweety.logics.pl.error | |
| net.sf.tweety.lp.nlp.error |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
LanguageException(java.lang.String language,
LanguageException.LanguageExceptionReason reason) |
LanguageException(java.lang.String language,
LanguageException.LanguageExceptionReason reason,
java.lang.String furtherInformation) |
| Constructor and Description |
|---|
PropositionalException(LanguageException.LanguageExceptionReason reason) |
PropositionalException(LanguageException.LanguageExceptionReason reason,
java.lang.String info) |
| Constructor and Description |
|---|
NestedLogicProgramException(LanguageException.LanguageExceptionReason reason) |
NestedLogicProgramException(LanguageException.LanguageExceptionReason reason,
java.lang.String furtherInformation) |