Lines Matching defs:throw
4589 throw Error('Only strings and functions can be passed as "editor" parameter'); field
4593 throw Error('No editor registered under name "' + name + '"'); field
6837 throw Error('Editor getValue() method unimplemented'); field
6841 throw Error('Editor setValue() method unimplemented'); field
6845 throw Error('Editor open() method unimplemented'); field
6849 throw Error('Editor close() method unimplemented'); field
12741 throw Error('Format should also contain a "}"'); field
12752 throw Error('Format should also contain a "{"'); field
13099 throw new Error('Unknown language : ' + key); field
15451 …throw new Error('populateFromArray parameter `input` must be an array of arrays'); // API changed … field
15603 …throw new Error('loadData only accepts array of objects or array of arrays (' + (typeof data === '… field
15733 …throw new Error('"rows" setting is no longer supported. do you mean startRows, minRows or maxRows?… field
15736 …throw new Error('"cols" setting is no longer supported. do you mean startCols, minCols or maxCols?… field
17293 …throw new Error('This method cannot be called because this Handsontable instance has been destroye… field
19095 Array.from(riter, function () { throw 2; }); field
33364 …throw new Error('trying to create `columns` definition but you didn\'t provide `schema` nor `data`… field