Added in API level 1

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