|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectjCMPL.CmplMsg
public class CmplMsg
Handling of a CMPL message for jCMPL
Constructor Summary | |
---|---|
CmplMsg()
Constructor |
Method Summary | |
---|---|
java.lang.String |
description()
Returns the a description of the error or warning message |
java.lang.String |
file()
Returns the name of the CMPL file in that the error or warning occurs |
java.lang.String |
line()
Returns the line in the CMPL file in that the error or warning occurs |
protected void |
setDesrciption(java.lang.String description)
|
protected void |
setFile(java.lang.String file)
Setter for the file name Used by CMPL |
protected void |
setLine(java.lang.String line)
Setter fpr the line Used by CMPL |
protected void |
setType(java.lang.String type)
Setter for the message type Used by Cmpl |
java.lang.String |
type()
Returns the type of the messages |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmplMsg()
Method Detail |
---|
public java.lang.String type()
protected void setType(java.lang.String type)
type
- message typepublic java.lang.String file()
protected void setFile(java.lang.String file)
file
- file namepublic java.lang.String line()
protected void setLine(java.lang.String line)
line
- linepublic java.lang.String description()
protected void setDesrciption(java.lang.String description)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |