Class CliCommandException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RegistrationDeniedException

public class CliCommandException extends RuntimeException
Exception that indicates non-repairable errors during the execution of CLI commands. The execution is being interrupted immediatelly, with the exception message and stack trace to be shown in the command console.
See Also:
  • Constructor Details

    • CliCommandException

      public CliCommandException(String message)
    • CliCommandException

      public CliCommandException(Throwable cause)
    • CliCommandException

      public CliCommandException(String message, Throwable cause)
    • CliCommandException

      public CliCommandException(org.eclipse.core.runtime.IStatus status)
  • Method Details

    • getStatus

      public org.eclipse.core.runtime.IStatus getStatus()