net.sf.zekr.common
Class ZekrBaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BookmarkException, CommandException, HtmlGenerationException, HttpServerException, PagingException, PlaylistProvisionException, TemplateTransformationException, ZekrMessageException

public class ZekrBaseException
extends java.lang.Exception

All non-runtime Zekr exceptions should extend this class.

Author:
Mohsen Saboorian
See Also:
Serialized Form

Constructor Summary
ZekrBaseException()
           
ZekrBaseException(java.lang.String message)
           
ZekrBaseException(java.lang.String message, java.lang.Throwable cause)
           
ZekrBaseException(java.lang.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

ZekrBaseException

public ZekrBaseException()

ZekrBaseException

public ZekrBaseException(java.lang.String message,
                         java.lang.Throwable cause)

ZekrBaseException

public ZekrBaseException(java.lang.String message)

ZekrBaseException

public ZekrBaseException(java.lang.Throwable cause)