private static class JarWrapper.LocalizedIllegalArgumentException extends IllegalArgumentException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
LocalizedIllegalArgumentException(JarWrapper.LocalizedIOException cause)
Creates exception with the localized message text of the given
cause.
|
LocalizedIllegalArgumentException(String key,
Object val)
Creates exception with localized message text corresponding to the
given key string, passing the provided value as an argument when
formatting the message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
LocalizedIllegalArgumentException(String key, Object val)
LocalizedIllegalArgumentException(JarWrapper.LocalizedIOException cause)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.