| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.subscriptions.profiler.NotifierException
NotifierException | public class NotifierException extends Exception (Code) | | author: pm95875 |
RESOURCE_BASE | final public static String RESOURCE_BASE(Code) | | Description of the Field
|
NotifierException | public NotifierException(java.lang.String key)(Code) | | Constructor for the NotifierException object
Parameters: key - Description of the Parameter |
NotifierException | public NotifierException(java.lang.String key, java.lang.Object[] tokens)(Code) | | Constructor for the NotifierException object
Parameters: key - Description of the Parameter Parameters: tokens - Description of the Parameter |
NotifierException | public NotifierException(java.lang.String key, java.lang.Throwable t)(Code) | | Constructor for the NotifierException object
Parameters: key - Description of the Parameter Parameters: t - Description of the Parameter |
NotifierException | public NotifierException(java.lang.String key, java.lang.Throwable t, java.lang.Object[] tokens)(Code) | | Constructor for the NotifierException object
Parameters: key - Description of the Parameter Parameters: t - Description of the Parameter Parameters: tokens - Description of the Parameter |
NotifierException | public NotifierException(java.lang.Throwable t)(Code) | | Constructor for the NotifierException object
Parameters: t - Description of the Parameter |
getLocalizedMessage | public String getLocalizedMessage()(Code) | | Gets the localizedMessage attribute of the NotifierException object
The localizedMessage value |
getMessage | public String getMessage()(Code) | | Gets the message attribute of the NotifierException object
The message value |
getWrapped | public Throwable getWrapped()(Code) | | Gets the wrapped attribute of the NotifierException object
The wrapped value |
getWrappedMessage | public String getWrappedMessage()(Code) | | Gets the wrappedMessage attribute of the NotifierException object
The wrappedMessage value |
printStackTrace | public void printStackTrace()(Code) | | Description of the Method
|
printStackTrace | public void printStackTrace(PrintWriter pw)(Code) | | Description of the Method
Parameters: pw - Description of the Parameter |
setLocale | public static void setLocale(java.util.Locale loc)(Code) | | Sets the locale attribute of the NotifierException class
Parameters: loc - The new locale value |
|
|
|