Class SBML_Logger
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml.SBML_Logger
public class SBML_Logger extends Object
Special logging wrapper or SBML errors
currently mutes the errors thrown by the SBML Reader Later it'll be
integrated in the new notification-framework
- Author:
- matthiak
-
Constructor Summary
Constructors Constructor Description SBML_Logger() -
Method Summary
Modifier and Type Method Description static voidaddErrorMessage(Exception e)dummy method, catching errorsstatic voidaddErrorMessage(String errorMsg)dummy method, catching errors
-
Constructor Details
-
SBML_Logger
public SBML_Logger()
-
-
Method Details
-
addErrorMessage
dummy method, catching errors- Parameters:
errorMsg-
-
addErrorMessage
dummy method, catching errors- Parameters:
errorMsg-
-