Package net.sf.tweety.logics.pl.error
Class PlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.tweety.logics.commons.error.LanguageException
-
- net.sf.tweety.logics.pl.error.PlException
-
- All Implemented Interfaces:
java.io.Serializable
public class PlException extends LanguageException
An Exception for the propositional language, it is thrown if a developer tries to create illegal propositional statements like a predicate with an arity greater than zero.- Author:
- Tim Janus
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.tweety.logics.commons.error.LanguageException
LanguageException.LanguageExceptionReason
-
-
Constructor Summary
Constructors Constructor Description PlException(LanguageException.LanguageExceptionReason reason)
PlException(LanguageException.LanguageExceptionReason reason, java.lang.String info)
-
-
-
Constructor Detail
-
PlException
public PlException(LanguageException.LanguageExceptionReason reason)
-
PlException
public PlException(LanguageException.LanguageExceptionReason reason, java.lang.String info)
-
-