com.ptc.core.ca.web.client.environment
Class WebErrorInfo

java.lang.Object
  extended by com.ptc.core.ca.web.client.environment.WebErrorInfo

Deprecated.

@Deprecated
public class WebErrorInfo
extends Object

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

ERROR_HANDLER

public static final String ERROR_HANDLER
Deprecated. 


Supported API: true


MAX_NUMBER_OF_ERRORS

public static final int MAX_NUMBER_OF_ERRORS
Deprecated. 


Supported API: true

See Also:
Constant Field Values
Method Detail

getThrowable

public Throwable getThrowable()
Deprecated. 
Gets the value of the attribute: throwable.

Supported API: true

Returns:
Throwable

setThrowable

public void setThrowable(Throwable a_Throwable)
Deprecated. 
Sets the value of the attribute: throwable.

Supported API: true

Parameters:
a_Throwable -

isUsingJavaScript

public boolean isUsingJavaScript()
Deprecated. 
Gets the value of the attribute: usingJavaScript.

Supported API: true

Returns:
boolean

setUsingJavaScript

public void setUsingJavaScript(boolean a_UsingJavaScript)
Deprecated. 
Sets the value of the attribute: usingJavaScript.

Supported API: true

Parameters:
a_UsingJavaScript -

isGoBack

public boolean isGoBack()
Deprecated. 
Gets the value of the attribute: goBack.

Supported API: true

Returns:
boolean

setGoBack

public void setGoBack(boolean a_GoBack)
Deprecated. 
Sets the value of the attribute: goBack.

Supported API: true

Parameters:
a_GoBack -

getNumberOfErrors

public int getNumberOfErrors()
Deprecated. 
Gets the value of the attribute: numberOfErrors.

Supported API: true

Returns:
int

setNumberOfErrors

public void setNumberOfErrors(int a_NumberOfErrors)
Deprecated. 
Sets the value of the attribute: numberOfErrors.

Supported API: true

Parameters:
a_NumberOfErrors -