public class WikiI18nException extends WikiException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object[] |
args
arguments needed to construct the i18n message associated with the exception.
|
| Constructor and Description |
|---|
WikiI18nException(java.lang.String key,
java.lang.Object... args)
Constructs an exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getArgs()
getter.
|
protected final java.lang.Object[] args
public WikiI18nException(java.lang.String key, java.lang.Object... args)
key - the key corresponding to the i18n message in the exception.args - arguments needed to construct the i18n message associated with the exception.public java.lang.Object[] getArgs()
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.