fcf.Exception class
Base class:
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Error class. Stores a string alias for the error, a tokenized string to be translated, and may also contain a pointer to the underlying error that caused the current error to be generated.
Properties
[object ] stackArr
- An array containing objects with a description of the call stack
The array element has the following properties
-
string function - Function name -
integer line - Line number -
integer column - Column number -
string file - File name
Methods
- Class constructor
- Returns an error message