Class ErrorMsgCell

java.lang.Object
  |
  +--ErrorMsgCell

public class ErrorMsgCell
extends java.lang.Object


Field Summary
 java.lang.Thread Place
           
 java.lang.Throwable Problem
           
 
Constructor Summary
ErrorMsgCell(java.lang.Thread pl, java.lang.Throwable pr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Place

public java.lang.Thread Place

Problem

public java.lang.Throwable Problem
Constructor Detail

ErrorMsgCell

public ErrorMsgCell(java.lang.Thread pl,
                    java.lang.Throwable pr)