java.lang.Object | |
↳ | com.microstrategy.web.app.beans.WebAppBeanErrorImpl |
![]() |
Title: WebAppBeanErrorImpl.
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebAppBeanErrorImpl()
Default constructor, no arguments.
| |||||||||||
WebAppBeanErrorImpl(int errCode)
Constructor.
| |||||||||||
WebAppBeanErrorImpl(String errMsg)
Constructor.
| |||||||||||
WebAppBeanErrorImpl(int errCode, String errMsg)
Constructor.
| |||||||||||
WebAppBeanErrorImpl(Throwable e)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Throwable |
getCause()
Return the cause of the error, if there is any available.
| ||||||||||
int |
getErrorCode()
Returns the error code to the caller.
| ||||||||||
String |
getErrorMessage()
Return the error message to the caller.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Default constructor, no arguments.
Constructor.
Initializes the error code instance variable
Constructor.
Initializes the error message instance variable
Constructor.
Initializes the error message and error code instance variables
Constructor.
Initializes the error message and error code instance variables by
extracting them from the Throwable object provided
Return the cause of the error, if there is any available.
Returns the error code to the caller. By default the error code is zero.
Return the error message to the caller.