public class UnknownNotificationImplementationException extends Exception
Notification is unknown.| Constructor and Description |
|---|
UnknownNotificationImplementationException(org.eclipse.emf.common.notify.Notification notification)
Constructor.
|
UnknownNotificationImplementationException(org.eclipse.emf.common.notify.Notification notification,
Exception cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownNotificationImplementationException(org.eclipse.emf.common.notify.Notification notification)
notification - the notification of which the type is unknown.public UnknownNotificationImplementationException(org.eclipse.emf.common.notify.Notification notification,
Exception cause)
notification - the notification of which the type is unknown.cause - the underlying causeCopyright © 2017. All rights reserved.