public class NotifyingException extends Exception
| Constructor and Description |
|---|
NotifyingException(String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotified() |
void |
setNotified(boolean userNotified)
Set whether or not the user has been notified of the cause of this
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotifyingException(String message)
Copyright © 2014. All Rights Reserved.