NoSuchMethodError class

Error thrown by the default implementation of noSuchMethod on Object.

Error thrown by the default implementation of noSuchMethod on Object.

Extends

Constructors

NoSuchMethodError(Object receiver, Symbol memberName, List positionalArguments, Map<Symbol> namedArguments, [List existingArgumentNames = null])
Create a NoSuchMethodError corresponding to a failed method call.

Instance Properties

stackTrace StackTrace Inherited
read-only

Instance Methods

toString() → String
Returns a string representation of this object.