| java.util.zip.ZipException java.util.jar.JarException
JarException | public class JarException extends ZipException (Code) | | This runtime exception is thrown when a problem occurs while reading a JAR
file.
|
Constructor Summary | |
public | JarException() Constructs a new instance of this class with its walkback filled in. | public | JarException(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
JarException | public JarException()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
JarException | public JarException(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|