com.atlassian.bamboo.ww2.actions.error
Interface ExceptionTranslator

All Known Implementing Classes:
ExceptionTranslatorImpl

public interface ExceptionTranslator


Method Summary
 void translateException(java.lang.Throwable throwable)
          Takes in an Exception and based on the type and error message logs appropriate information to admin errors.
 

Method Detail

translateException

void translateException(java.lang.Throwable throwable)
Takes in an Exception and based on the type and error message logs appropriate information to admin errors.

Parameters:
throwable - exception to be parsed for information


Copyright © 2010 Atlassian. All Rights Reserved.