|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IBdeMessage interface enables accessing the error and warning structure.
An instance of IBdeMessage can be retrieved using the
method. BdeResultException.getBdeMessage()
The errors and warnings which can be retreived using the BdeManager also exist of IBdeMessages.
| Method Summary | |
java.lang.String |
getMessageAdditionalHelpText()
This (optional) string contains more information on the message. |
java.lang.String |
getMessageAdditionalHelpURI()
This (optional) string contains a reference to a website containing more information on the message Either this value is availbale or this information can direcly be retreived using getMessageAdditionalHelpText() |
java.lang.String |
getMessageCode()
This is the application specific code that identifies this error. |
java.lang.String |
getMessageCorrectiveAction()
This is the (optional) description of the action that could be taken in order to correct the exception that is described by this message. |
IBdeMessageDetails |
getMessageDetails()
An IBdeMessage contains a reference of an object, which describes
the error on the server in detail. |
java.lang.String |
getMessageIndex()
The (optional) Index Attribute uniquely identifies this 'sub' message. |
IBdeMessageReference |
getMessageReference()
An IBdeMessage contains a reference of an object, which contains
information about the exact location of the error. |
java.lang.String |
getMessageSource()
This identifies the source of the error. |
java.lang.String |
getMessageText()
This is the description of the error. |
java.lang.String |
getMessageType()
The messageType string specifies the type of the message, which can be: Information, Warning or Error. |
boolean |
hasMessageAdditionalHelpText()
Indicates if the hasMessageAdditionalHelpText is present in this Message. |
boolean |
hasMessageAdditionalHelpURI()
Indicates if the messageAdditionalHelpURI is present in this Message. |
boolean |
hasMessageCorrectiveAction()
Indicates if the messageCorrectiveAction is present in this Message. |
boolean |
hasMessageDetails()
Indicates if the messageDetails sub object is present in this Message. |
boolean |
hasMessageIndex()
Indicates if the MessageIndex is present in this Message. |
boolean |
hasMessageReference()
Indicates if the messageReference sub object is present in this Message. |
java.lang.String |
toString()
Returns the messageText of this message complemented with the messageTexts of the Optinal 'sub' messages. |
| Method Detail |
public java.lang.String getMessageIndex()
throws BdeException
public boolean hasMessageIndex()
public java.lang.String getMessageCorrectiveAction()
throws BdeException
public boolean hasMessageCorrectiveAction()
public java.lang.String getMessageAdditionalHelpText()
throws BdeException
getMessageAdditionalHelpURI()public boolean hasMessageAdditionalHelpText()
public java.lang.String getMessageAdditionalHelpURI()
throws BdeException
getMessageAdditionalHelpText()public boolean hasMessageAdditionalHelpURI()
public boolean hasMessageDetails()
public boolean hasMessageReference()
public IBdeMessageDetails getMessageDetails()
throws BdeException
IBdeMessageDetails object, which describes
the error on the server in detail.IBdeMessageDetails
public IBdeMessageReference getMessageReference()
throws BdeException
IBdeMessageReference object, which contains
information about the exact location of the error.IBdeMessageReference
public java.lang.String getMessageCode()
throws BdeException
public java.lang.String getMessageSource()
throws BdeException
public java.lang.String getMessageText()
throws BdeException
public java.lang.String getMessageType()
throws BdeException
public java.lang.String toString()
toString in class java.lang.Object
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||