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