Enum LanguageException.LanguageExceptionReason

java.lang.Object
java.lang.Enum<LanguageException.LanguageExceptionReason>
org.tweetyproject.logics.commons.error.LanguageException.LanguageExceptionReason
All Implemented Interfaces:
Serializable, Comparable<LanguageException.LanguageExceptionReason>, Constable
Enclosing class:
LanguageException

public static enum LanguageException.LanguageExceptionReason extends Enum<LanguageException.LanguageExceptionReason>
Enumeration representing specific reasons why a LanguageException might be thrown. Each reason corresponds to a particular type of illegal operation or unsupported feature in the language.