Compartilhar via


InvalidParameterException(String, String) constructor

Initializes a new instance of the InvalidParameterException class with a passed in message and tag.

Note

The message is precise and just revealing enough to pinpoint the invalid parameter which will assist you to find mistakes in your code.

Signature

public InvalidParameterException(String tag, String message)

Parameters

Name Datatype Description
tag
String
The tag to log with.
message
String

Returns

InvalidParameterException

Defined in

InvalidParameterException.java

See also

InvalidParameterException