InvalidParameterException(String, String, Throwable) constructor
Initializes a new instance of the InvalidParameterException class with a passed in message and tag and, the specified inner exception.
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(Sting tag, String message, Throwable e)
Parameters
Name | Datatype | Description |
---|---|---|
tag |
String |
The tag to log with. |
message |
String |
|
e |
Throwable |
The inner exception. |
Returns
Defined in
InvalidParameterException.java