Signals that an attempt was made to access the properties of an undefined
object.
This class is not intended to be extended by clients.
since: 3.0 See Also: org.eclipse.core.commands.common.NotDefinedException
Constructor Summary
public
NotDefinedException(String s) Creates a new instance of this class with the specified detail message.
public
NotDefinedException(org.eclipse.core.commands.common.NotDefinedException e) Constructs a legacy NotDefinedException based on the new
NotDefinedException.
Creates a new instance of this class with the specified detail message.
Parameters: s - the detail message.
NotDefinedException
public NotDefinedException(org.eclipse.core.commands.common.NotDefinedException e)(Code)
Constructs a legacy NotDefinedException based on the new
NotDefinedException.
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