Package net.sf.tweety.math
Class GeneralMathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.tweety.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 Summary
Constructors Constructor Description GeneralMathException()Creates a new general math exception.GeneralMathException(String s)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 Detail
-
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
-
-