Class Index | File Index

Classes


Class ClassDefError


Extends Error.
ClassDefError
Defined in: Class.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ClassDefError(message, key)
ClassDefError - An exception class used to flag errors in Class definitions.
Class Detail
ClassDefError(message, key)
ClassDefError - An exception class used to flag errors in Class definitions.
Parameters:
{string} message
- String content of the error message to be printed when thrown.
{string} key
- Key in the Class definition object where the errors was found.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jan 27 2017 23:21:32 GMT-0600 (CST)