Method | Description | |
---|---|---|
YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function ) : System |
Creates a new instance of the argument wrong type exception.
|
|
YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function, String argumentName ) : System |
Creates a new instance of the argument wrong type exception.
|
public YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function ) : System | ||
argumentType | String | The given argument type. |
expectedType | String | The expected argument type. |
function | String | The function where this happened. |
return | System |
public YAMPArgumentWrongTypeException ( String argumentType, String expectedType, String function, String argumentName ) : System | ||
argumentType | String | The given argument type. |
expectedType | String | The expected argument type. |
function | String | The function where this happened. |
argumentName | String | The name of the provided argument. |
return | System |