|
|||||||||
Home >> All >> openfuture >> bugbase >> [ error overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.error
Class BugBaseException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
openfuture.bugbase.error.BugBaseException
- All Implemented Interfaces:
- java.io.Serializable
- public class BugBaseException
- extends java.lang.Exception
Exception containing the (internationalizable) description of the reason why this exception occured and the resulting situation. Created: Wed Jul 05 23:07:29 2000
- Version:
- $Revision: 1.3 $
Nested Class Summary |
Nested classes inherited from class java.lang.Throwable |
|
Field Summary | |
private java.lang.String |
reason
|
private java.lang.String |
reasonKey
|
private java.lang.String |
result
|
private java.lang.String |
resultKey
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
BugBaseException(java.lang.String reasonKey,
java.lang.String reason,
java.lang.String resultKey,
java.lang.String result)
Create a new instance. |
Method Summary | |
java.lang.String |
getMessage()
Overrides the method of the superclass. |
java.lang.String |
getReason()
Get the value of reason. |
java.lang.String |
getReasonKey()
Get the value of reasonKey. |
java.lang.String |
getResult()
Get the value of result. |
java.lang.String |
getResultKey()
Get the value of resultKey. |
void |
setReason(java.lang.String v)
Set the value of reason. |
void |
setReasonKey(java.lang.String v)
Set the value of reasonKey. |
void |
setResult(java.lang.String v)
Set the value of result. |
void |
setResultKey(java.lang.String v)
Set the value of resultKey. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
reasonKey
private java.lang.String reasonKey
reason
private java.lang.String reason
resultKey
private java.lang.String resultKey
result
private java.lang.String result
Constructor Detail |
BugBaseException
public BugBaseException(java.lang.String reasonKey, java.lang.String reason, java.lang.String resultKey, java.lang.String result)
- Create a new instance.
Method Detail |
getReasonKey
public java.lang.String getReasonKey()
- Get the value of reasonKey.
setReasonKey
public void setReasonKey(java.lang.String v)
- Set the value of reasonKey.
getReason
public java.lang.String getReason()
- Get the value of reason.
setReason
public void setReason(java.lang.String v)
- Set the value of reason.
getResultKey
public java.lang.String getResultKey()
- Get the value of resultKey.
setResultKey
public void setResultKey(java.lang.String v)
- Set the value of resultKey.
getResult
public java.lang.String getResult()
- Get the value of result.
setResult
public void setResult(java.lang.String v)
- Set the value of result.
getMessage
public java.lang.String getMessage()
- Overrides the method of the superclass. Reports resulting
situation and its reason.
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ error overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |