org.malai.error
Interface ErrorNotifier

All Known Implementing Classes:
BadaboomCollector

public interface ErrorNotifier

This interface must be used by error gatherer of third-part applications that want to gather Malai's exceptions.

This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN

Malai is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

07/23/2011

Since:
0.2
Version:
0.2
Author:
Arnaud BLOUIN

Method Summary
 void onMalaiException(java.lang.Exception exception)
          Notifies that an exception has been thrown in the Malai code.
 

Method Detail

onMalaiException

void onMalaiException(java.lang.Exception exception)
Notifies that an exception has been thrown in the Malai code.

Parameters:
exception - The thrown exception.
Since:
0.2