|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.editor.ISeriesEditorSyntaxError
Class that holds information about a syntax error.
Field Summary | |
---|---|
static String |
copyright
|
int |
iElementNumber
|
int |
iLength
|
int |
iPosition
|
String |
strMessage
|
Constructor Summary | |
---|---|
ISeriesEditorSyntaxError(int iElementNumber,
int iPosition,
int iLength,
String strMessage)
Constructor. |
|
ISeriesEditorSyntaxError(int iElementNumber,
String strMessage)
Constructor. |
Method Summary | |
---|---|
int |
getElementNumber()
Returns the Element number. |
int |
getLength()
Returns the number of columns. |
String |
getMessage()
Returns the error message string. |
int |
getPosition()
Returns the column position. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
public int iElementNumber
public int iPosition
public int iLength
public String strMessage
Constructor Detail |
public ISeriesEditorSyntaxError(int iElementNumber, String strMessage)
public ISeriesEditorSyntaxError(int iElementNumber, int iPosition, int iLength, String strMessage)
Method Detail |
public int getLength()
public int getElementNumber()
public String getMessage()
public int getPosition()
public String toString()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |