EmbASP-CSharp
PredicateNotValidException.cs
1 using System;
2 
4 {
5  public class PredicateNotValidException : Exception
6  {
7  public PredicateNotValidException() : base("Value of predicate is not valid") { }
8  }
9 }
base
Definition: Callback.cs:1
it.unical.mat.embasp.languages.asp.PredicateNotValidException
Definition: PredicateNotValidException.cs:5
it.unical.mat.embasp.languages.asp
Definition: AnswerSet.cs:5