Class LawParameterNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class LawParameterNotFoundException
    extends MathException
    Exception thrown when a mandatory law parameter was not found.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:41
    Author:
    Stéphane GALLAND
    See Also:
    Serialized Form
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathstochastic
    • Constructor Detail

      • LawParameterNotFoundException

        public LawParameterNotFoundException​(String name)
        Construct exception.
        Parameters:
        name - name of the parameter.