Class OutsideDomainException

  • All Implemented Interfaces:
    Serializable

    public class OutsideDomainException
    extends MathException
    Exception thrown when a value is outside its domain.
    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

      • OutsideDomainException

        public OutsideDomainException​(double value)
        Construct the exception.
        Parameters:
        value - the errorneous value.