| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Contains advanced information about an error that has occurred.
The IdeManager interface provides setErrorInfo method that stores error information.
The IdeErrorInfoDefault class implements this interface and
can be used to create specific error information objects.
| Field Summary | |
final static IdeErrorInfo | UNSPECIFIEDUnspecified error. |
| Method Summary | |
String | getHelpURL()Returns URL of the help file. |
String | getMessage()Returns error description. |
int | getOffset()Returns the offset in the file returned by getSourceURL method where exactly the error occurred. |
String | getSourceURL()Returns the URL of the source of this error. |
int | getType()Returns the type of the error, see IdeMessageType for details. |
| Field Detail |
public final static IdeErrorInfo UNSPECIFIED
| Method Detail |
public String getHelpURL()
String URL of the help filepublic String getMessage()
String description of this errorpublic int getOffset()
getSourceURL method where exactly the error occurred.int offsetpublic String getSourceURL()
String URL of this error sourcepublic int getType()
int error type| Association Links |
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||