Class NestedLogicProgramException

  • All Implemented Interfaces:
    Serializable

    public class NestedLogicProgramException
    extends net.sf.tweety.logics.commons.error.LanguageException
    NestedLogicProramException encapsulates those LanugageException that occur in nested logic programs. It allows easier creation of language specific exceptions. The language registered at the base exception is "Nested Logic Programs".
    Author:
    Tim Janus
    See Also:
    Serialized Form
    • Constructor Detail

      • NestedLogicProgramException

        public NestedLogicProgramException​(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason)
      • NestedLogicProgramException

        public NestedLogicProgramException​(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason,
                                           String furtherInformation)