org.rosuda.JGR.util
Class ErrorMsg

java.lang.Object
  extended by org.rosuda.JGR.util.ErrorMsg

public class ErrorMsg
extends java.lang.Object

ErrorMSG print error stacktrace to JGRError.log in the property "user.dir"

Author:
Markus Helbig RoSuDa 2003 - 2004

Constructor Summary
ErrorMsg(java.lang.Exception e)
          Create new ErrorMsg which will be appended to JGRError.log file.
ErrorMsg(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMsg

public ErrorMsg(java.lang.Exception e)
Create new ErrorMsg which will be appended to JGRError.log file.

Parameters:
e - Exception to add

ErrorMsg

public ErrorMsg(java.lang.String msg)