net.sf.letsparty.utils
Class BasicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.letsparty.utils.BasicException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LetsPartyCfgException, LetsPartyException

public class BasicException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable cause
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BasicException()
           
BasicException(java.lang.String arg0)
           
BasicException(java.lang.String arg0, java.lang.Throwable arg1)
           
BasicException(java.lang.Throwable arg0)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
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
 

Field Detail

cause

protected java.lang.Throwable cause
Constructor Detail

BasicException

public BasicException()

BasicException

public BasicException(java.lang.String arg0)

BasicException

public BasicException(java.lang.Throwable arg0)

BasicException

public BasicException(java.lang.String arg0,
                      java.lang.Throwable arg1)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream ps)

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)

getCause

public java.lang.Throwable getCause()