FileDocCategorySizeDatePackage
InvalidJarIndexException.javaAPI DocAndroid 1.5 API1467Wed May 06 22:41:04 BST 2009org.apache.harmony.luni.util

InvalidJarIndexException

public class InvalidJarIndexException extends RuntimeException
InvalidJarIndexException is thrown when entries in META-INF/INDEX.LIST are inaccurate.

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public InvalidJarIndexException()
Constructs a new instance of this class.


                
      
        super();
    
public InvalidJarIndexException(String message)
Constructs a new instance of this class with its message filled in.

param
message String The message for the exception.

        super(message);
    
Methods Summary