net.lingala.zip4j.exception
Class ZipException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.lingala.zip4j.exception.ZipException
All Implemented Interfaces:
Serializable

public class ZipException
extends Exception

See Also:
Serialized Form

Constructor Summary
ZipException()
           
ZipException(String msg)
           
ZipException(String msg, int code)
           
ZipException(String message, Throwable cause)
           
ZipException(String message, Throwable cause, int code)
           
ZipException(Throwable cause)
           
ZipException(Throwable cause, int code)
           
 
Method Summary
 int getCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZipException

public ZipException()

ZipException

public ZipException(String msg)

ZipException

public ZipException(String message,
                    Throwable cause)

ZipException

public ZipException(String msg,
                    int code)

ZipException

public ZipException(String message,
                    Throwable cause,
                    int code)

ZipException

public ZipException(Throwable cause)

ZipException

public ZipException(Throwable cause,
                    int code)
Method Detail

getCode

public int getCode()


Copyright © 2012. All Rights Reserved.