Added in API level 1

NoSuchMethodException

open class NoSuchMethodException : ReflectiveOperationException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.lang.ReflectiveOperationException
   โ†ณ java.lang.NoSuchMethodException

Thrown when a particular method cannot be found.

Summary

Public constructors

Constructs a NoSuchMethodException without a detail message.

Constructs a NoSuchMethodException with a detail message.

Public constructors

NoSuchMethodException

Added in API level 1
NoSuchMethodException()

Constructs a NoSuchMethodException without a detail message.

NoSuchMethodException

Added in API level 1
NoSuchMethodException(s: String!)

Constructs a NoSuchMethodException with a detail message.

Parameters
s String!: the detail message.