private static class JarWrapper.LocalizedIllegalArgumentException extends IllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
JarWrapper.LocalizedIllegalArgumentException(JarWrapper.LocalizedIOException cause)
Creates exception with the localized message text of the given
cause.
|
JarWrapper.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, toString
private static final long serialVersionUID
JarWrapper.LocalizedIllegalArgumentException(String key, Object val)
JarWrapper.LocalizedIllegalArgumentException(JarWrapper.LocalizedIOException cause)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.