Class NotDefinedException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public final class NotDefinedException
    extends CommandException
    Deprecated.
    Please use the "org.eclipse.core.commands" plug-in instead. This API is scheduled for deletion, see Bug 431177 for details
    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:
    NotDefinedException, Serialized Form
    Restriction:
    This class is scheduled for deletion.
    • Constructor Detail

      • NotDefinedException

        @Deprecated
        public NotDefinedException​(String s)
        Deprecated.
        Creates a new instance of this class with the specified detail message.
        Parameters:
        s - the detail message.
      • NotDefinedException

        @Deprecated
        public NotDefinedException​(NotDefinedException e)
        Deprecated.
        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