Method | Description | |
---|---|---|
YAMPArgumentInvalidException ( String function, |
Creates a new argument invalid exception.
|
|
YAMPArgumentInvalidException ( String function, String argument ) : System |
Creates a new argument invalid exception.
|
|
YAMPArgumentInvalidException ( String function, String argumentType, |
Creates a new argument invalid exception.
|
|
YAMPArgumentInvalidException ( String function, String argumentType, String expectedType, |
Creates a new argument invalid exception.
|
public YAMPArgumentInvalidException ( String function, |
||
function | String | The function where this happened. |
argumentNumber | The number of the argument. | |
return | System |
public YAMPArgumentInvalidException ( String function, String argument ) : System | ||
function | String | The function where this happened. |
argument | String | The given argument. |
return | System |
public YAMPArgumentInvalidException ( String function, String argumentType, |
||
function | String | The function where this happened. |
argumentType | String | The type of argument. |
argumentNumber | The number of the argument. | |
return | System |
public YAMPArgumentInvalidException ( String function, String argumentType, String expectedType, |
||
function | String | The function where this happened. |
argumentType | String | The actual type of argument. |
expectedType | String | The expected type of argument. |
argumentNumber | The number of the argument. | |
return | System |