public final class NotDefinedException extends CommandException
This class is not intended to be extended by clients.
NotDefinedException
,
Serialized FormConstructor and Description |
---|
NotDefinedException(NotDefinedException e)
Deprecated.
Constructs a legacy
NotDefinedException based on the new
NotDefinedException . |
NotDefinedException(String s)
Deprecated.
Creates a new instance of this class with the specified detail message.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotDefinedException(String s)
s
- the detail message.public NotDefinedException(NotDefinedException e)
NotDefinedException
based on the new
NotDefinedException
.e
- The exception from which this exception should be created;
must not be null
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.