com.sun.jini.tool
Class JarWrapper.LocalizedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.jini.tool.JarWrapper.LocalizedIOException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JarWrapper
private static class JarWrapper.LocalizedIOException
- extends IOException
IOException with a localized detail message.
Constructor Summary |
JarWrapper.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. |
JarWrapper.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. |
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.LocalizedIOException
JarWrapper.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.
JarWrapper.LocalizedIOException
JarWrapper.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.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.