Méthode | Description | |
---|---|---|
ValueRequiredException ( String text, Object list ) : System |
Constructor for the
|
|
ValueRequiredException ( Throwable cause, String text, Object list ) : System |
Constructor for the
|
public ValueRequiredException ( String text, Object list ) : System | ||
text | String | /// a format string used to present the error message /// |
list | Object | /// a list of arguments to insert into the string /// |
Résultat | System |
public ValueRequiredException ( Throwable cause, String text, Object list ) : System | ||
cause | Throwable | /// the source exception this is used to represent /// |
text | String | /// a format string used to present the error message /// |
list | Object | /// a list of arguments to insert into the string /// |
Résultat | System |