|
|||||||||
| 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.TagConversionException
public class TagConversionException
This exception is thrown by TagConverters when they encounter an error during the conversion process.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
TagConversionException(java.lang.String pStr)
Constructs a new TagConversionException with the given explanation. |
|
TagConversionException(java.lang.String pStr,
java.lang.String pErrorCode)
Constructs a new TagConversionException with the given explanation and error code. |
|
TagConversionException(java.lang.String pStr,
java.lang.Throwable pRootCause,
java.lang.String pErrorCode)
Constructs a new TagConversionException with the given explanation and root exception. |
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorCode()
|
java.lang.Throwable |
getRootCause()
Returns the root exception that caused this exception |
void |
setErrorCode(java.lang.String pErrorCode)
Sets the property ErrorCode. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| 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 TagConversionException(java.lang.String pStr)
pStr - the explanation
public TagConversionException(java.lang.String pStr,
java.lang.String pErrorCode)
pStr - the explanationpErrorCode - the error code
public TagConversionException(java.lang.String pStr,
java.lang.Throwable pRootCause,
java.lang.String pErrorCode)
pStr - the explanationpRootCause - the root causepErrorCode - the error code| Method Detail |
|---|
public java.lang.Throwable getRootCause()
getRootCause in class javax.servlet.ServletExceptionpublic void setErrorCode(java.lang.String pErrorCode)
public java.lang.String getErrorCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||