Package net.sf.tweety.math
Class NonDifferentiableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.tweety.math.GeneralMathException
-
- net.sf.tweety.math.NonDifferentiableException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonDifferentiableException extends GeneralMathException
This exception is thrown when a non-differentiable term is attempted to be differentiated.- Author:
- Matthias Thimm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonDifferentiableException()
Creates a new NonDifferentiableException.NonDifferentiableException(java.lang.String s)
Creates a new NonDifferentiableException.
-