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
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.