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:
Serializable
public class PlException extends net.sf.tweety.logics.commons.error.LanguageExceptionAn 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
-
-
Constructor Summary
Constructors Constructor Description PlException(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason)PlException(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason, String info)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlException
public PlException(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason)
-
PlException
public PlException(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason, String info)
-
-