Class OperationalPlanException

  • All Implemented Interfaces:
    Serializable

    public class OperationalPlanException
    extends Exception
    Exception for the operational plan, e.g. when a request is given outside the plan's validity.

    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.

    $LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Dec 23, 2015
    Author:
    Alexander Verbraeck, Peter Knoppers
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationalPlanException

        public OperationalPlanException()
        Construct an operational plan exception.
      • OperationalPlanException

        public OperationalPlanException​(String message)
        Parameters:
        message - String; exception message
      • OperationalPlanException

        public OperationalPlanException​(Throwable cause)
        Parameters:
        cause - Throwable; exception that triggered this exception
      • OperationalPlanException

        public OperationalPlanException​(String message,
                                        Throwable cause)
        Parameters:
        message - String; exception message
        cause - Throwable; exception that triggered this exception
      • OperationalPlanException

        public OperationalPlanException​(String message,
                                        Throwable cause,
                                        boolean enableSuppression,
                                        boolean writableStackTrace)
        Parameters:
        message - String; exception message
        cause - Throwable; exception that triggered this exception
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable