Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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