Package org.tweetyproject.math
Class GeneralMathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tweetyproject.math.GeneralMathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NonDifferentiableException
This class is represents a general math exception;
- Author:
- Matthias Thimm
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new general math exception.Creates a new general math exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeneralMathException
public GeneralMathException()Creates a new general math exception. -
GeneralMathException
Creates a new general math exception.- Parameters:
s
- an error message
-