superwaba.ext.xplat.zlib
Class ZLibException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--superwaba.ext.xplat.zlib.ZLibException

public class ZLibException
extends java.lang.RuntimeException

This exception may be dispatched by zlib routines.

See Also:
Serialized Form

Constructor Summary
ZLibException()
          Default constructor.
ZLibException(java.lang.String msg, java.lang.String internalError)
          Constructor which accepts an error message.
 
Method Summary
 java.lang.String getInternalError()
          Returns the position where the error was found.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZLibException

public ZLibException()
Default constructor.

ZLibException

public ZLibException(java.lang.String msg,
                     java.lang.String internalError)
Constructor which accepts an error message.
Parameters:
msg - the error message
Method Detail

getInternalError

public java.lang.String getInternalError()
Returns the position where the error was found.
Returns:
the position where the error was found.