Class EasyJava.ErrorMsg

java.lang.Object
  |
  +--EasyJava.ErrorMsg
Enclosing class:
EasyJava

class EasyJava.ErrorMsg
extends java.lang.Object


Field Summary
(package private)  int endCol
           
(package private)  int endRow
           
(package private)  java.lang.String fileName
           
(package private)  java.lang.String msg
           
(package private)  int startCol
           
(package private)  int startRow
           
(package private)  java.lang.String type
           
 
Constructor Summary
(package private) EasyJava.ErrorMsg()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

endCol

int endCol

endRow

int endRow

fileName

java.lang.String fileName

msg

java.lang.String msg

startCol

int startCol

startRow

int startRow

type

java.lang.String type
Constructor Detail

EasyJava.ErrorMsg

EasyJava.ErrorMsg()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object