Added in API level 1
Summary:
Ctors
| Inherited Methods
JarException
public
class
JarException
extends ZipException
java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.io.IOException | ||||
↳ | java.util.zip.ZipException | ||||
↳ | java.util.jar.JarException |
Signals that an error of some sort has occurred while reading from or writing to a JAR file.
Summary
Public constructors | |
---|---|
JarException()
Constructs a JarException with no detail message. |
|
JarException(String s)
Constructs a JarException with the specified detail message. |
Inherited methods | |
---|---|
Public constructors
JarException
Added in API level 1
public JarException ()
Constructs a JarException with no detail message.
JarException
Added in API level 1
public JarException (String s)
Constructs a JarException with the specified detail message.
Parameters | |
---|---|
s |
String : the detail message |