|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
flex.messaging.LocalizedException
flex.messaging.MessageException
public class MessageException
| Constructor Summary | |
|---|---|
MessageException()
Default constructor. |
|
MessageException(flex.messaging.util.ResourceLoader loader)
Constructor with ResourceLoader. |
|
MessageException(String message)
Constructor with a message. |
|
MessageException(String message,
Throwable t)
Constructor with message and Throwable. |
|
MessageException(Throwable t)
Constructor with Throwable. |
|
| Method Summary | |
|---|---|
flex.messaging.messages.ErrorMessage |
createErrorMessage()
Creates an error message from the exception. |
String |
getCode()
Returns the code of the exception. |
flex.messaging.messages.ErrorMessage |
getErrorMessage()
Returns the error message of the exception. |
Map |
getExtendedData()
Returns the extended data of the exception. |
void |
setCode(String code)
Sets the code of the exception. |
void |
setErrorMessage(flex.messaging.messages.ErrorMessage errorMessage)
Sets the error message of the exception. |
void |
setExtendedData(Map extendedData)
Sets the extended data of the exception. |
| Methods inherited from class flex.messaging.LocalizedException |
|---|
getDetails, getMessage, getNumber, getRootCause, setDetails, setDetails, setDetails, setDetails, setDetails, setDetails, setMessage, setMessage, setMessage, setMessage, setMessage, setMessage, setMessage, setMessage, setNumber, setRootCause, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageException()
public MessageException(flex.messaging.util.ResourceLoader loader)
ResourceLoader.
loader - public MessageException(String message)
message -
public MessageException(String message,
Throwable t)
Throwable.
message - t - public MessageException(Throwable t)
Throwable.
t - | Method Detail |
|---|
public String getCode()
public void setCode(String code)
code - Code of the exception.public Map getExtendedData()
public void setExtendedData(Map extendedData)
extendedData - The extended data of the exception.public flex.messaging.messages.ErrorMessage getErrorMessage()
public void setErrorMessage(flex.messaging.messages.ErrorMessage errorMessage)
errorMessage - The error message of the exception.public flex.messaging.messages.ErrorMessage createErrorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/MessageException.html