com.atlassian.jira.plugins.mail.webwork
Class AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector

java.lang.Object
  extended by com.atlassian.jira.plugins.mail.webwork.AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector
All Implemented Interfaces:
MessageHandlerErrorCollector
Enclosing class:
AbstractEditHandlerDetailsWebAction

protected class AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector
extends Object
implements MessageHandlerErrorCollector


Constructor Summary
AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector()
           
 
Method Summary
 void error(String s)
          Report an error.
 void error(String s, Throwable throwable)
          Report an error.
 void info(String info)
          Report valuable information for JIRA admin
 void info(String info, Throwable e)
          Report valuable information for JIRA admin
 void warning(String s)
          Report a warning
 void warning(String s, Throwable throwable)
          Report a warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector

public AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector()
Method Detail

info

public void info(String info)
Description copied from interface: MessageHandlerErrorCollector
Report valuable information for JIRA admin

Specified by:
info in interface MessageHandlerErrorCollector
Parameters:
info - information message (something expected, OK, normal)

info

public void info(String info,
                 Throwable e)
Description copied from interface: MessageHandlerErrorCollector
Report valuable information for JIRA admin

Specified by:
info in interface MessageHandlerErrorCollector
Parameters:
info - information message (something expected, OK, normal)
e - associated throwable or null

error

public void error(String s,
                  Throwable throwable)
Description copied from interface: MessageHandlerErrorCollector
Report an error.

Specified by:
error in interface MessageHandlerErrorCollector
Parameters:
s - a serious problem which usually makes further hanling of given message pointless
throwable - associated throwable or null

error

public void error(String s)
Description copied from interface: MessageHandlerErrorCollector
Report an error.

Specified by:
error in interface MessageHandlerErrorCollector
Parameters:
s - a serious problem which usually makes further hanling of given message pointless

warning

public void warning(String s)
Description copied from interface: MessageHandlerErrorCollector
Report a warning

Specified by:
warning in interface MessageHandlerErrorCollector
Parameters:
s - a warning, but nothing critical for the handler

warning

public void warning(String s,
                    Throwable throwable)
Description copied from interface: MessageHandlerErrorCollector
Report a warning

Specified by:
warning in interface MessageHandlerErrorCollector
Parameters:
s - a warning, but nothing critical for the handler
throwable - associated throwable or null


Copyright © 2002-2012 Atlassian. All Rights Reserved.