Package net.sf.tweety.lp.nlp.error
Class NestedLogicProgramException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.tweety.logics.commons.error.LanguageException
-
- net.sf.tweety.lp.nlp.error.NestedLogicProgramException
-
- All Implemented Interfaces:
Serializable
public class NestedLogicProgramException extends net.sf.tweety.logics.commons.error.LanguageExceptionNestedLogicProramException 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 Summary
Constructors Constructor Description NestedLogicProgramException(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason)NestedLogicProgramException(net.sf.tweety.logics.commons.error.LanguageException.LanguageExceptionReason reason, String furtherInformation)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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)
-
-