| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Class IdeErrorInfoDefault provides a default implementation of
IdeErrorInfo interface.
| Constructor Summary | |
IdeErrorInfoDefault(int type, String message, int offset, String sourceURL, String helpURL)Creates a new error info with specified type, message, error offset, file URL and URL of the help file. | |
IdeErrorInfoDefault(String message, int offset, String sourceURL, String helpURL)Creates a new error info of INFORMATION type, with the specified detail message, offset, source and help file URLs. | |
IdeErrorInfoDefault(String message, int offset)Creates a new error info of INFORMATION type, with the specified detail message and offset. | |
IdeErrorInfoDefault(String message)Creates a new error info of INFORMATION type, with the specified detail message, located at the beginning of the file. | |
| Method Summary | |
String | getHelpURL()Returns the current help URL. |
String | getMessage()Returns the current error detail message. |
int | getOffset()Returns the current error offset. |
String | getSourceURL()Returns the current file URL. |
int | getType()Returns the current error type. |
| Constructor Detail |
public IdeErrorInfoDefault(int type, String message, int offset, String sourceURL, String helpURL)
int id - of the error typeString - detail messageint - offset of thie error in the fileString - URL of the source of this errorString - URL of the help filepublic IdeErrorInfoDefault(String message, int offset, String sourceURL, String helpURL)
String - detail messageint - offset of thie error in the fileString - URL of the source of this errorString - URL of the help filepublic IdeErrorInfoDefault(String message, int offset)
String - detail messageint - offset of thie error in the filepublic IdeErrorInfoDefault(String message)
String - detail message| Method Detail |
public String getHelpURL()
public String getMessage()
public int getOffset()
public String getSourceURL()
public int getType()
| Association Links |
to Class java.lang.String
to Class java.lang.String
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||