UnknownMethodError
class UnknownMethodError(objectName: ObjectVariableNode, methodName: MethodNameNode, objectType: ObjectType?, argumentTypes: List<ValueType>?) : CompilationError
Content copied to clipboard
Thrown when an object is called with a method it does not recognize.
Parameters
objectName
Receiver of the method.
methodName
The unrecognized method.
objectType
Inferred type of the object.
argumentTypes
Types of the arguments the method was called with.
Constructors
UnknownMethodError
Link copied to clipboard
fun UnknownMethodError(objectName: ObjectVariableNode, methodName: MethodNameNode, objectType: ObjectType? = null, argumentTypes: List<ValueType>? = null)
Content copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
printStackTrace
Link copied to clipboard
setStackTrace
Link copied to clipboard
toDocument
Link copied to clipboard