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

    Methods inherited from class Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IntegrationFailedException

      public IntegrationFailedException​(GeneralFunction function)
      To be thrown when the integral of a function cannot be found
      Parameters:
      function - the non-integrable function
  • Method Details