Package totalcross.util.zip
Class ZLibException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.util.zip.ZLibException
-
- All Implemented Interfaces:
java.io.Serializable
public class ZLibException extends java.lang.ExceptionThis exception may be dispatched by zLib routines.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZLibException()Default constructor.ZLibException(java.lang.String msg, java.lang.String internalError)Constructor which accepts an error message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInternalError()Returns the position where the error was found.java.lang.StringtoString()
-