public class DomaIllegalArgumentException extends DomaException
This class makes it easy to distinguish Doma's specifications from Doma's bugs.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description
the detail message
|
protected java.lang.String |
parameterName
the parameter name that corresponds to the illegal argument
|
args, messageResource| Constructor and Description |
|---|
DomaIllegalArgumentException(java.lang.String parameterName,
java.lang.String description)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the detail message.
|
java.lang.String |
getParameterName()
Returns the parameter name that corresponds to the illegal argument.
|
getArgs, getMessageResourceprotected final java.lang.String parameterName
protected final java.lang.String description