Class AbstractLicenseExceptionHandler<E extends Exception>
- java.lang.Object
-
- com.atlassian.confluence.license.exception.handler.AbstractLicenseExceptionHandler<E>
-
- All Implemented Interfaces:
LicenseExceptionHandler<E>
- Direct Known Subclasses:
EmptyLicenseValidationExceptionHandler
,ForgedLicenseExceptionHandler
,InvalidLicenseExceptionHandler
,KnownConfluenceLicenseValidationExceptionHandler
,MissingConfluenceLicenseValidationExceptionHandler
public abstract class AbstractLicenseExceptionHandler<E extends Exception> extends Object implements LicenseExceptionHandler<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractLicenseExceptionHandler(I18NBean i18n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
lookupMessage(String messageKey, Object... messageArguments)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.license.exception.handler.LicenseExceptionHandler
handle
-
-
-
-
Constructor Detail
-
AbstractLicenseExceptionHandler
public AbstractLicenseExceptionHandler(I18NBean i18n)
-
-
Method Detail
-
lookupMessage
protected String lookupMessage(String messageKey, Object... messageArguments)
- Parameters:
messageKey
- the key used for theI18NBean.getText(String, Object[])
callmessageArguments
- the arguments user for theI18NBean.getText(String, Object[])
call- Returns:
- the localised message
-
-