net.sf.letsparty.cfg
Class LetsPartyCfgException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.letsparty.utils.BasicException
              extended bynet.sf.letsparty.cfg.LetsPartyCfgException
All Implemented Interfaces:
java.io.Serializable

public class LetsPartyCfgException
extends BasicException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.letsparty.utils.BasicException
cause
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
LetsPartyCfgException()
           
LetsPartyCfgException(java.lang.String arg0)
           
LetsPartyCfgException(java.lang.String arg0, java.lang.Throwable arg1)
           
LetsPartyCfgException(java.lang.Throwable arg0)
           
 
Methods inherited from class net.sf.letsparty.utils.BasicException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LetsPartyCfgException

public LetsPartyCfgException()

LetsPartyCfgException

public LetsPartyCfgException(java.lang.String arg0)

LetsPartyCfgException

public LetsPartyCfgException(java.lang.Throwable arg0)

LetsPartyCfgException

public LetsPartyCfgException(java.lang.String arg0,
                             java.lang.Throwable arg1)