public class

InvalidJarIndexException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ sun.misc.InvalidJarIndexException

Class Overview

Thrown if the URLClassLoader finds the INDEX.LIST file of a jar file contains incorrect information.

Summary

Public Constructors
InvalidJarIndexException()
Constructs an InvalidJarIndexException with no detail message.
InvalidJarIndexException(String s)
Constructs an InvalidJarIndexException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidJarIndexException ()

Constructs an InvalidJarIndexException with no detail message.

public InvalidJarIndexException (String s)

Constructs an InvalidJarIndexException with the specified detail message.

Parameters
s the detail message.