Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefV8Exception

CefBaseRefCounted
   |
   +--CefV8Exception

   in cef_v8.h

class CefV8Exception
extends CefBaseRefCounted

Class representing a V8 exception. The methods of this class may be called on any render process thread.


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 CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

GetEndColumn

public virtual int GetEndColumn()= 0;
Returns the index within the line of the last character where the error occurred.

GetEndPosition

public virtual int GetEndPosition()= 0;
Returns the index within the script of the last character where the error occurred.

GetLineNumber

public virtual int GetLineNumber()= 0;
Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown.

GetMessage

public virtual CefString GetMessage()= 0;
Returns the exception message.

GetScriptResourceName

public virtual CefString GetScriptResourceName()= 0;
Returns the resource name for the script from where the function causing the error originates.

GetSourceLine

public virtual CefString GetSourceLine()= 0;
Returns the line of source code that the exception occurred within.

GetStartColumn

public virtual int GetStartColumn()= 0;
Returns the index within the line of the first character where the error occurred.

GetStartPosition

public virtual int GetStartPosition()= 0;
Returns the index within the script of the first character where the error occurred.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt