net.sf.letsparty.utils
Class BasicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.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 |
|
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 |
cause
protected java.lang.Throwable cause
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)
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()