Package tools.exceptions
Class IntegrationFailedException
Object
Throwable
Exception
TransformFailedException
IntegrationFailedException
- All Implemented Interfaces:
Serializable
public class IntegrationFailedException extends TransformFailedException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IntegrationFailedException(GeneralFunction function)
To be thrown when the integral of a function cannot be found -
Method Summary
Modifier and Type Method Description GeneralFunction
getFunction()
Returns the non-integrable function
-
Constructor Details
-
IntegrationFailedException
To be thrown when the integral of a function cannot be found- Parameters:
function
- the non-integrable function
-
-
Method Details
-
getFunction
Returns the non-integrable function- Returns:
- the non-integrable function
-