Package totalcross.util.zip
Class ZipException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- totalcross.util.zip.ZipException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZipException extends IOException
Signals that a Zip exception of some sort has occurred.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZipException()Create an exception without a message.ZipException(java.lang.String msg)Create an exception with a message.
-