| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.subscriptions.profiler.ProfilerException
RESOURCE_BASE | final public static String RESOURCE_BASE(Code) | | Description of the Field
|
ProfilerException | public ProfilerException(java.lang.String key)(Code) | | Constructor for the ProfilerException object
Parameters: key - Description of the Parameter |
ProfilerException | public ProfilerException(java.lang.String key, java.lang.Object[] tokens)(Code) | | Constructor for the ProfilerException object
Parameters: key - Description of the Parameter Parameters: tokens - Description of the Parameter |
ProfilerException | public ProfilerException(java.lang.String key, java.lang.Throwable t)(Code) | | Constructor for the ProfilerException object
Parameters: key - Description of the Parameter Parameters: t - Description of the Parameter |
ProfilerException | public ProfilerException(java.lang.String key, java.lang.Throwable t, java.lang.Object[] tokens)(Code) | | Constructor for the ProfilerException object
Parameters: key - Description of the Parameter Parameters: t - Description of the Parameter Parameters: tokens - Description of the Parameter |
ProfilerException | public ProfilerException(java.lang.Throwable t)(Code) | | Constructor for the ProfilerException object
Parameters: t - Description of the Parameter |
getLocalizedMessage | public String getLocalizedMessage()(Code) | | Gets the localizedMessage attribute of the ProfilerException object
The localizedMessage value |
getMessage | public String getMessage()(Code) | | Gets the message attribute of the ProfilerException object
The message value |
getWrapped | public Throwable getWrapped()(Code) | | Gets the wrapped attribute of the ProfilerException object
The wrapped value |
getWrappedMessage | public String getWrappedMessage()(Code) | | Gets the wrappedMessage attribute of the ProfilerException 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 ProfilerException class
Parameters: loc - The new locale value |
|
|
|