| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
atg.droplet.DropletException
public class DropletException
Represents an exception within Droplet
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| DropletException(java.lang.String pStr)Constructs a new DropletException with the given explanation | |
| DropletException(java.lang.String pMessage,
                 java.lang.String pErrorCode)Constructs a new DropletException with the given message and detailed message. | |
| DropletException(java.lang.String pStr,
                 java.lang.Throwable pRootCause)Constructs a new DropletException with the given explanation and root exception. | |
| DropletException(java.lang.String pStr,
                 java.lang.Throwable pRootCause,
                 java.lang.String pErrorCode)Constructs a new DropletException with the given explanation, root exception, and the message code. | |
| Method Summary | |
|---|---|
|  java.lang.String | getErrorCode()Returns a the coded message for this error. | 
|  java.lang.String | toString()Returns a description of this DropletException object. | 
| Methods inherited from class javax.servlet.ServletException | 
|---|
| getRootCause | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public DropletException(java.lang.String pStr)
public DropletException(java.lang.String pStr,
                        java.lang.Throwable pRootCause)
public DropletException(java.lang.String pMessage,
                        java.lang.String pErrorCode)
public DropletException(java.lang.String pStr,
                        java.lang.Throwable pRootCause,
                        java.lang.String pErrorCode)
| Method Detail | 
|---|
public java.lang.String getErrorCode()
public java.lang.String toString()
toString in class java.lang.Throwable| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||