public class WikiI18nException extends WikiException
Modifier and Type | Field and Description |
---|---|
protected Object[] |
args
arguments needed to construct the i18n message associated with the exception.
|
Constructor and Description |
---|
WikiI18nException(String key,
Object... args)
Constructs an exception.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getArgs()
getter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WikiI18nException(String key, 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.Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.