|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception net.sourceforge.floggy.persistence.FloggyException
public class FloggyException
Exception thrown to indicate a persistence problem.
Field Summary | |
---|---|
protected Throwable |
rootCause
The root cause |
Constructor Summary | |
---|---|
FloggyException(String message)
Construct a new FloggyException with a specified detail message. |
|
FloggyException(String message,
Throwable rootCause)
Construct a new FloggyException with a specified detail message and root cause. |
Method Summary | |
---|---|
Throwable |
getRootCause()
Gets the root cause if any of the current throwable |
void |
printStackTrace()
DOCUMENT ME! |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Throwable rootCause
Constructor Detail |
---|
public FloggyException(String message)
message
- The detail message.public FloggyException(String message, Throwable rootCause)
message
- The detail message.Method Detail |
---|
public Throwable getRootCause()
public void printStackTrace()
printStackTrace
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |