public class ObserverException extends RuntimeException
Indicates that a checked exception was thrown by an observer method during event notification.
Constructor and Description |
---|
ObserverException() |
ObserverException(String message) |
ObserverException(String message,
Throwable cause) |
ObserverException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.