Package com.e1c.g5.v8.dt.cli.api
Class CliCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.e1c.g5.v8.dt.cli.api.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 Summary
Constructors Constructor Description CliCommandException(String message)
CliCommandException(String message, Throwable cause)
CliCommandException(Throwable cause)
CliCommandException(org.eclipse.core.runtime.IStatus status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.core.runtime.IStatus
getStatus()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-