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