Class SolverException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tweetyproject.lp.asp.reasoner.SolverException
All Implemented Interfaces:
Serializable

public class SolverException extends Exception
This class models a generic exception for ASP (Answer Set Programming) solvers.

The `SolverException` is thrown when an error occurs in the context of an ASP solver. It contains both a textual message and a corresponding error code to indicate the specific type of error.

Authors: Thomas Vengels, Tim Janus

See Also: