Class CliRuntimeException

All Implemented Interfaces:
Serializable

public class CliRuntimeException extends RuntimeException
CliRuntimeException for exceptions of the CommandLine Interpreter.

Copyright (c) 2018-2025 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:
  • Constructor Details

    • CliRuntimeException

      public CliRuntimeException()
      Standard CliException without explanation.
    • CliRuntimeException

      public CliRuntimeException(String message)
      Parameters:
      message - the description of the exception
    • CliRuntimeException

      public CliRuntimeException(Throwable cause)
      Parameters:
      cause - the cause of the exception
    • CliRuntimeException

      public CliRuntimeException(String message, Throwable cause)
      Parameters:
      message - the description of the exception
      cause - the cause of the exception