Package tools.exceptions
Class DerivativeDoesNotExistException
Object
Throwable
Exception
RuntimeException
UnsupportedOperationException
DerivativeDoesNotExistException
- All Implemented Interfaces:
Serializable
public class DerivativeDoesNotExistException
extends UnsupportedOperationException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DerivativeDoesNotExistException(GeneralFunction function)
To be thrown when a derivative of a function does not exist -
Method Summary
Modifier and Type Method Description GeneralFunction
getFunction()
Returns the non-differentiable function
-
Constructor Details
-
DerivativeDoesNotExistException
To be thrown when a derivative of a function does not exist- Parameters:
function
- the non-differentiable function
-
-
Method Details
-
getFunction
Returns the non-differentiable function- Returns:
- the non-differentiable function
-