com.atlassian.bamboo.ww2.actions.error
Class ExceptionTranslatorImpl
java.lang.Object
com.atlassian.bamboo.ww2.actions.error.ExceptionTranslatorImpl
- All Implemented Interfaces:
- ExceptionTranslator
public class ExceptionTranslatorImpl
- extends Object
- implements ExceptionTranslator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionTranslatorImpl
public ExceptionTranslatorImpl()
translateException
public void translateException(Throwable throwable)
- Description copied from interface:
ExceptionTranslator
- Takes in an Exception and based on the type and error message logs appropriate information
to admin errors.
- Specified by:
translateException
in interface ExceptionTranslator
- Parameters:
throwable
- exception to be parsed for information
getAdminErrorHandler
public AdminErrorHandler getAdminErrorHandler()
setAdminErrorHandler
public void setAdminErrorHandler(AdminErrorHandler adminErrorHandler)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.