public class GenNullPointerException extends GenException
null でないことを期待されたパラメータへの引数が null の場合にスローされる例外です。
NullPointerException とは別にこの例外を定義しているのは、 Domaのバグによる例外なのか、
DomaのAPIの事前条件を満たしていないことによる例外なのかを判別しやすくするためです。
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
parameterName
null であるパラメータの名前 |
args, messageResource| Constructor and Description |
|---|
GenNullPointerException(java.lang.String parameterName)
インスタンスを構築します。
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameterName()
null であるパラメータの名前を返します。 |
getArgs, getMessageResource