org.roller
Class RollerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.roller.RollerException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RollerDatastoreException
- public class RollerException
- extends java.lang.Exception
Genertic RollerException
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
mRootCause
private java.lang.Throwable mRootCause
RollerException
public RollerException(java.lang.String s,
java.lang.Throwable t)
RollerException
public RollerException(java.lang.Throwable t)
RollerException
public RollerException(java.lang.String s)
RollerException
public RollerException()
getRootCause
public java.lang.Throwable getRootCause()