| 
|||||||||
| 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
atg.droplet.DropletFormException
public class DropletFormException
Represents an exception that might occur when delivering a droplet event.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
DropletFormException(java.lang.String pStr,
                     java.lang.String pPath)
Constructs a new DropletFormException with the given explanation  | 
|
DropletFormException(java.lang.String pStr,
                     java.lang.String pPath,
                     java.lang.String pMessageCode)
Constructs a new DropletFormException with the given explanation.  | 
|
DropletFormException(java.lang.String pStr,
                     java.lang.Throwable pRootCause,
                     java.lang.String pPath)
Constructs a new DropletFormException with the given explanation and root exception.  | 
|
DropletFormException(java.lang.String pStr,
                     java.lang.Throwable pRootCause,
                     java.lang.String pPath,
                     java.lang.String pMessageCode)
Constructs a new DropletFormException with the given explanation, root exception, path name to the property that caused the exception, and the messageCode for the exception.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getPropertyName()
Returns the name of the property that generated this exception  | 
 java.lang.String | 
getPropertyPath()
Returns the path name of the property that generated this exception  | 
 java.lang.String | 
toString()
Returns a description of this DropletException object.  | 
| Methods inherited from class atg.droplet.DropletException | 
|---|
getErrorCode | 
| 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 DropletFormException(java.lang.String pStr,
                            java.lang.String pPath)
pStr - explanation for form exceptionpPath - full path to the form handler property associated
                with the exception, e.g. /foo/bar.name
public DropletFormException(java.lang.String pStr,
                            java.lang.String pPath,
                            java.lang.String pMessageCode)
pStr - explanation for form exceptionpPath - full path to the form handler property associated
                with the exception, e.g. /foo/bar.namepMessageCode - message code for this exception
public DropletFormException(java.lang.String pStr,
                            java.lang.Throwable pRootCause,
                            java.lang.String pPath)
pStr - explanation for form exceptionpRootCause - root exceptionpPath - full path to the form handler property associated
                with the exception, e.g. /foo/bar.name
public DropletFormException(java.lang.String pStr,
                            java.lang.Throwable pRootCause,
                            java.lang.String pPath,
                            java.lang.String pMessageCode)
pStr - explanation for form exceptionpRootCause - root exceptionpPath - full path to the form handler property associated
                with the exception, e.g. /foo/bar.namepMessageCode - message code for this exception| Method Detail | 
|---|
public java.lang.String getPropertyPath()
public java.lang.String getPropertyName()
public java.lang.String toString()
DropletException
toString in class DropletException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||