Class GeneralMathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tweetyproject.math.GeneralMathException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonDifferentiableException

public class GeneralMathException extends Exception
This class is represents a general math exception;
Author:
Matthias Thimm
See Also:
Serialized Form
  • Constructor Details

    • GeneralMathException

      public GeneralMathException()
      Creates a new general math exception.
    • GeneralMathException

      public GeneralMathException(String s)
      Creates a new general math exception.
      Parameters:
      s - an error message