Thrown when an object is required and no definition is found for that object.
Initializes a new instance of NoSuchObjectException.
public Void NoSuchObjectException(name)
Name | Type | Summary |
---|---|---|
name | String | Name of the application context object. |
Initializes a new instance of NoSuchObjectException.
public Void NoSuchObjectException(objectType)
Name | Type | Summary |
---|---|---|
objectType | Type | Type of the object that was not found. |
In this document