| |
|
| org.tigris.scarab.util.ScarabLocalizedTorqueException
ScarabLocalizedTorqueException | public class ScarabLocalizedTorqueException extends TorqueException implements Localizable(Code) | | A TorqueException ready for internationalization [in the Scarab L10N framework].
version: $Id: ScarabLocalizedTorqueException.java 9088 2004-05-01 19:10:51Z dabbous $ author: Hussayn Dabbous |
ScarabLocalizedTorqueException | public ScarabLocalizedTorqueException(Throwable t)(Code) | | Constructs a TorqueException wrapper for a given throwable.
The wrapper is simply a container with no special
functionality.
Parameters: e - |
getMessage | public String getMessage()(Code) | | Delegator for the wrapped exceptions getMessage() method.
the wrapped exception's message |
getMessage | public String getMessage(ScarabLocalizationTool l10n)(Code) | | Localize this exception using the wrapped throwable.
return the localized message, else return the message string
of the wrapped throwable.
Parameters: l10n - |
|
|
|