com.atlassian.jira.web.util
Class AttachmentExceptionMessages

java.lang.Object
  extended by com.atlassian.jira.web.util.AttachmentExceptionMessages

public class AttachmentExceptionMessages
extends Object

Generates a suitable message string for a given AttachmentException. In most cases the cause should be a subclass of AttachmentRuntimeException. The exception's message is returned as a fallback.

Since:
v6.3

Constructor Summary
AttachmentExceptionMessages()
           
 
Method Summary
static String get(AttachmentException e, I18nHelper localisedMessages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentExceptionMessages

public AttachmentExceptionMessages()
Method Detail

get

public static String get(AttachmentException e,
                         I18nHelper localisedMessages)


Copyright © 2002-2014 Atlassian. All Rights Reserved.