VdexReload 1.1.3 API

uk.ac.reload.dweezil.util
Class DweezilZipException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.ac.reload.dweezil.util.DweezilZipException
All Implemented Interfaces:
DweezilConstants, java.io.Serializable

public class DweezilZipException
extends java.lang.Exception
implements DweezilConstants

The Exception thrown for Zip Actions

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface uk.ac.reload.dweezil.DweezilConstants
CR, DEBUG
 
Constructor Summary
DweezilZipException(java.lang.Exception ex)
          Constructor for ZipException.
DweezilZipException(java.lang.String msg)
           
 
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

DweezilZipException

public DweezilZipException(java.lang.Exception ex)
Constructor for ZipException. Used for wrapping any other Exception.

Parameters:
ex - The parent Exception that this wraps

DweezilZipException

public DweezilZipException(java.lang.String msg)
Parameters:
msg - The Error Message to display

VdexReload 1.1.3 API