com.atlassian.confluence.license.exception.handler
Class AbstractLicenseExceptionHandler<E extends java.lang.Exception>

java.lang.Object
  extended by 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 java.lang.Exception>
extends java.lang.Object
implements LicenseExceptionHandler<E>


Constructor Summary
AbstractLicenseExceptionHandler(I18NBean i18n)
           
 
Method Summary
protected  java.lang.String lookupMessage(java.lang.String messageKey, java.lang.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 java.lang.String lookupMessage(java.lang.String messageKey,
                                         java.lang.Object... messageArguments)
Parameters:
messageKey - the key used for the I18NBean.getText(String, Object[]) call
messageArguments - the arguments user for the I18NBean.getText(String, Object[]) call
Returns:
the localised message


Copyright © 2003-2014 Atlassian. All Rights Reserved.