|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.web.client.environment.WebErrorInfo
@Deprecated public class WebErrorInfo
The class describing the conditions of an exception.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
ERROR_HANDLER
Deprecated. Supported API: true |
static int |
MAX_NUMBER_OF_ERRORS
Deprecated. Supported API: true |
| Method Summary | |
|---|---|
int |
getNumberOfErrors()
Deprecated. Gets the value of the attribute: numberOfErrors. |
Throwable |
getThrowable()
Deprecated. Gets the value of the attribute: throwable. |
boolean |
isGoBack()
Deprecated. Gets the value of the attribute: goBack. |
boolean |
isUsingJavaScript()
Deprecated. Gets the value of the attribute: usingJavaScript. |
void |
setGoBack(boolean a_GoBack)
Deprecated. Sets the value of the attribute: goBack. |
void |
setNumberOfErrors(int a_NumberOfErrors)
Deprecated. Sets the value of the attribute: numberOfErrors. |
void |
setThrowable(Throwable a_Throwable)
Deprecated. Sets the value of the attribute: throwable. |
void |
setUsingJavaScript(boolean a_UsingJavaScript)
Deprecated. Sets the value of the attribute: usingJavaScript. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ERROR_HANDLER
public static final int MAX_NUMBER_OF_ERRORS
| Method Detail |
|---|
public Throwable getThrowable()
public void setThrowable(Throwable a_Throwable)
a_Throwable - public boolean isUsingJavaScript()
public void setUsingJavaScript(boolean a_UsingJavaScript)
a_UsingJavaScript - public boolean isGoBack()
public void setGoBack(boolean a_GoBack)
a_GoBack - public int getNumberOfErrors()
public void setNumberOfErrors(int a_NumberOfErrors)
a_NumberOfErrors -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||