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
- Direct Known Subclasses:
RegistrationDeniedException
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 Summary
ConstructorsConstructorDescriptionCliCommandException
(String message) CliCommandException
(String message, Throwable cause) CliCommandException
(Throwable cause) CliCommandException
(org.eclipse.core.runtime.IStatus status) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CliCommandException
-
CliCommandException
-
CliCommandException
-
CliCommandException
public CliCommandException(org.eclipse.core.runtime.IStatus status)
-
-
Method Details
-
getStatus
public org.eclipse.core.runtime.IStatus getStatus()
-