# Print output for @column tags ?> JarException - Android SDK | Android Developers

Most visited


Recently visited


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

public JarException ()

Constructs a JarException with no detail message.

JarException

public JarException (String s)

Constructs a JarException with the specified detail message.

Parameters
s String: the detail message

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.