Signals that an exception occured during the execution of a command.
This class is not intended to be extended by clients.
since: 3.0 See Also: org.eclipse.core.commands.ExecutionException
Constructor Summary
public
ExecutionException(String message, Throwable cause) Creates a new instance of this class with the specified detail message
and cause.
public
ExecutionException(org.eclipse.core.commands.ExecutionException e) Constructs a new instance of ExecutionException using an
instance of the new ExecutionException.
Creates a new instance of this class with the specified detail message
and cause.
Parameters: message - the detail message. Parameters: cause - the cause.
ExecutionException
public ExecutionException(org.eclipse.core.commands.ExecutionException e)(Code)
Constructs a new instance of ExecutionException using an
instance of the new ExecutionException.
Parameters: e - The exception from which this exception should be created;must not be null. since: 3.1
Methods inherited from org.eclipse.ui.commands.CommandException