Class ClassDefError
Extends
Error.
ClassDefError
Defined in: Class.js.
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.