Exception source
Specializes Montage
Properties
-
message :Property source
-
Default Value: - {string} null
-
method :Property source
-
Default Value: - {Function} null
-
target :Property source
-
Default Value: - {string} null
Methods
-
callDelegateMethod(name) source
-
This method calls the method named with the identifier prefix if it exists. Example: If the name parameter is "shouldDoSomething" and the caller's identifier is "bob", then this method will try and call "bobShouldDoSomething"
Parameters:
Name Type Description namestring Inherited From: -
equals(anObject) → {boolean} source
-
Returns true if two objects are equal, otherwise returns false.
Parameters:
Name Type Description anObjectObject The object to compare for equality.
Inherited From: Returns: boolean
Returns
trueif the calling object andanObjectare identical and theiruuidproperties are also equal. Otherwise, returnsfalse. -
initWithMessage(message) source
-
Parameters:
Name Type Description messagestring The message to be initialized.
Returns:
this.initWithMessageTargetAndMethod(message, null, null)
-
initWithMessageAndTarget(message, target) source
-
Parameters:
Name Type Description messagestring The message to be initialized.
targetstring The target to be initialized.
Returns:
this.initWithMessageTargetAndMethod(message, target, null)
-
initWithMessageTargetAndMethod(message, target, method) source
-
Parameters:
Name Type Description messagestring The message to be initialized.
targetstring The target to be initialized.
methodFunction The method to be initialized.
Returns:
itself
-
toString() source
-
Returns:
The exception
Generated from a4679af