org.rosuda.JGR.util
Class ErrorMsg
java.lang.Object
org.rosuda.JGR.util.ErrorMsg
public class ErrorMsg
- extends Object
ErrorMSG
print error stacktrace to JGRError.log in the property "user.dir"
- Author:
- Markus Helbig
RoSuDa 2003 - 2004
|
Constructor Summary |
ErrorMsg(Exception e)
Create new ErrorMsg which will be appended to JGRError.log file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorMsg
public ErrorMsg(Exception e)
- Create new ErrorMsg which will be appended to JGRError.log file.
- Parameters:
e - Exception to add