Class CliCommandException

  • All Implemented Interfaces:
    Serializable

    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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getStatus

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