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 name
string Inherited From: -
equals(anObject) → {boolean} source
-
Returns true if two objects are equal, otherwise returns false.
Parameters:
Name Type Description anObject
Object The object to compare for equality.
Inherited From: Returns: boolean
Returns
true
if the calling object andanObject
are identical and theiruuid
properties are also equal. Otherwise, returnsfalse
. -
initWithMessage(message) source
-
Parameters:
Name Type Description message
string The message to be initialized.
Returns:
this.initWithMessageTargetAndMethod(message, null, null)
-
initWithMessageAndTarget(message, target) source
-
Parameters:
Name Type Description message
string The message to be initialized.
target
string The target to be initialized.
Returns:
this.initWithMessageTargetAndMethod(message, target, null)
-
initWithMessageTargetAndMethod(message, target, method) source
-
Parameters:
Name Type Description message
string The message to be initialized.
target
string The target to be initialized.
method
Function The method to be initialized.
Returns:
itself
-
toString() source
-
Returns:
The exception
Generated from a4679af