Package net.sf.tweety.math
Class GeneralMathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.tweety.math.GeneralMathException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NonDifferentiableException
public class GeneralMathException extends java.lang.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(java.lang.String s)
Creates a new general math exception.
-