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:
java.io.Serializable
public class NestedLogicProgramException extends 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.tweety.logics.commons.error.LanguageException
LanguageException.LanguageExceptionReason
-
-
Constructor Summary
Constructors Constructor Description NestedLogicProgramException(LanguageException.LanguageExceptionReason reason)
NestedLogicProgramException(LanguageException.LanguageExceptionReason reason, java.lang.String furtherInformation)
-
-
-
Constructor Detail
-
NestedLogicProgramException
public NestedLogicProgramException(LanguageException.LanguageExceptionReason reason)
-
NestedLogicProgramException
public NestedLogicProgramException(LanguageException.LanguageExceptionReason reason, java.lang.String furtherInformation)
-
-