Class CliApiException

All Implemented Interfaces:
Serializable

public class CliApiException extends RuntimeException
Signals that DT IDE API execution call from Cli error occurred. May be used by all public Cli API contracts. Exception messages should be localized cause they will be visible in Cli console.
See Also:
  • Constructor Details

    • CliApiException

      public CliApiException(String message)
      Creates an instance of CliApiException.
      Parameters:
      message - the detail message, cannot be null
    • CliApiException

      public CliApiException(Throwable cause)
      Creates an instance of CliApiException.
      Parameters:
      cause - the cause exception, cannot be null
    • CliApiException

      public CliApiException(String message, Throwable cause)
      Creates an instance of CliApiException.
      Parameters:
      message - the detail message, cannot be null
      cause - the cause exception, cannot be null