Class CliException

  • All Implemented Interfaces:
    Serializable

    public class CliException
    extends Exception
    CliException for exceptions of the CommandLine Interpreter.

    Copyright (c) 2003-2018 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
    Author:
    Alexander Verbraeck
    See Also:
    Serialized Form
    • Constructor Detail

      • CliException

        public CliException​(String message)
        Parameters:
        message - String; the description of the exception
      • CliException

        public CliException​(Throwable cause)
        Parameters:
        cause - Throwable; the cause of the exception
      • CliException

        public CliException​(String message,
                            Throwable cause)
        Parameters:
        message - String; the description of the exception
        cause - Throwable; the cause of the exception