Class PlException

  • All Implemented Interfaces:
    Serializable

    public class PlException
    extends net.sf.tweety.logics.commons.error.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
    • 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)