Package org.tweetyproject.lp.nlp.error
Class NestedLogicProgramException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tweetyproject.logics.commons.error.LanguageException
org.tweetyproject.lp.nlp.error.NestedLogicProgramException
- All Implemented Interfaces:
 Serializable
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:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.tweetyproject.logics.commons.error.LanguageException
LanguageException.LanguageExceptionReason - 
Constructor Summary
ConstructorsConstructorDescriptionNestedLogicProgramException(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 Details
- 
NestedLogicProgramException
 - 
NestedLogicProgramException
public NestedLogicProgramException(LanguageException.LanguageExceptionReason reason, String furtherInformation)  
 -