public class ZLibException
extends java.lang.Exception
| Constructor and Description |
|---|
ZLibException()
Default constructor.
|
ZLibException(java.lang.String msg,
java.lang.String internalError)
Constructor which accepts an error message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInternalError()
Returns the position where the error was found.
|
java.lang.String |
toString() |