Class ProbabilityException

  • All Implemented Interfaces:
    Serializable

    public class ProbabilityException
    extends Exception
    Exception thrown when provided probabilities or frequencies are invalid. Negative probabilities or frequencies are invalid. A set of probabilities or frequencies that adds up to 0 causes this exception when the draw method is called.

    Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See OpenTrafficSim License.

    Version:
    $Revision$, $LastChangedDate$, by $Author$, initial version Mar 1, 2016
    Author:
    Peter Knoppers
    See Also:
    Serialized Form
    • Constructor Detail

      • ProbabilityException

        public ProbabilityException()
      • ProbabilityException

        public ProbabilityException​(String message)
        Parameters:
        message - String; String
      • ProbabilityException

        public ProbabilityException​(Throwable cause)
        Parameters:
        cause - Throwable; Throwable
      • ProbabilityException

        public ProbabilityException​(String message,
                                    Throwable cause)
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • ProbabilityException

        public ProbabilityException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)
        Parameters:
        message - String; description of the problem
        cause - Throwable; the cause of this ValueRuntimeException
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable