com.sun.jini.tool
Class JarWrapper.LocalizedIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.sun.jini.tool.JarWrapper.LocalizedIllegalArgumentException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JarWrapper
private static class JarWrapper.LocalizedIllegalArgumentException
- extends IllegalArgumentException
IllegalArgumentException with a localized detail message.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
JarWrapper.LocalizedIllegalArgumentException
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.
JarWrapper.LocalizedIllegalArgumentException
JarWrapper.LocalizedIllegalArgumentException(JarWrapper.LocalizedIOException cause)
- Creates exception with the localized message text of the given
cause.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.