com.atlassian.confluence.license.exception.handler
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, InvalidLicenseExceptionHandler, KnownConfluenceLicenseValidationExceptionHandler, MissingConfluenceLicenseValidationExceptionHandler
public abstract class AbstractLicenseExceptionHandler<E extends Exception>
- extends Object
- implements LicenseExceptionHandler<E>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLicenseExceptionHandler
public AbstractLicenseExceptionHandler(I18NBean i18n)
lookupMessage
protected String lookupMessage(String messageKey,
Object... messageArguments)
- Parameters:
messageKey - the key used for the I18NBean.getText(String, Object[]) callmessageArguments - the arguments user for the I18NBean.getText(String, Object[]) call
- Returns:
- the localised message
Copyright © 2003-2012 Atlassian. All Rights Reserved.