net.sourceforge.openutils.mgnlmedia.media.zip
Class ZipImporterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.openutils.mgnlmedia.media.zip.ZipImporterException
All Implemented Interfaces:
Serializable

public class ZipImporterException
extends RuntimeException

Exception for zip import.

Author:
Danilo Ghirardelli
See Also:
Serialized Form

Constructor Summary
ZipImporterException(String message)
           
ZipImporterException(String message, Throwable cause)
           
 
Method Summary
 
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

ZipImporterException

public ZipImporterException(String message)
Parameters:
message -

ZipImporterException

public ZipImporterException(String message,
                            Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2011 Openmind. All Rights Reserved.