public class CmplMsg
extends java.lang.Object
Constructor and Description |
---|
CmplMsg()
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
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)