|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
CefBase | +--CefV8Exceptionin cef.h
Class representing a V8 exception.
| Method Summary | |
virtual int |
GetEndColumn()= 0
Returns the index within the line of the last character where the error occurred. |
virtual int |
GetEndPosition()= 0
Returns the index within the script of the last character where the error occurred. |
virtual int |
GetLineNumber()= 0
Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown. |
virtual CefString |
GetMessage()= 0
Returns the exception message. |
virtual CefString |
GetScriptResourceName()= 0
Returns the resource name for the script from where the function causing the error originates. |
virtual CefString |
GetSourceLine()= 0
Returns the line of source code that the exception occurred within. |
virtual int |
GetStartColumn()= 0
Returns the index within the line of the first character where the error occurred. |
virtual int |
GetStartPosition()= 0
Returns the index within the script of the first character where the error occurred. |
| Methods inherited from class CefBase |
AddRef, Release, GetRefCt |
| Method Detail |
public virtual int GetEndColumn()= 0;
public virtual int GetEndPosition()= 0;
public virtual int GetLineNumber()= 0;
public virtual CefString GetMessage()= 0;
public virtual CefString GetScriptResourceName()= 0;
public virtual CefString GetSourceLine()= 0;
public virtual int GetStartColumn()= 0;
public virtual int GetStartPosition()= 0;
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||