|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hyper9.uvapi.impls.BeanImpl
com.hyper9.vangaea.impls.beans.MessageBeanImpl
com.hyper9.vangaea.impls.beans.ErrorMessageBeanImpl
public class ErrorMessageBeanImpl
A bean that describes an error.
| Constructor Summary | |
|---|---|
ErrorMessageBeanImpl()
Default constructor for serialization. |
|
ErrorMessageBeanImpl(java.lang.String message)
Initializes a new instance of the ErrorMessageBeanImpl class. |
|
ErrorMessageBeanImpl(java.lang.String message,
java.lang.Throwable e)
Initializes a new instance of the ErrorMessageBeanImpl class. |
|
ErrorMessageBeanImpl(java.lang.Throwable e)
Initializes a new instance of the ErrorMessageBeanImpl class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getStackTrace()
Gets the stack trace. |
void |
setStackTrace(java.lang.String toSet)
Sets the stack trace. |
| Methods inherited from class com.hyper9.vangaea.impls.beans.MessageBeanImpl |
|---|
getMessage, setMessage |
| Methods inherited from class com.hyper9.uvapi.impls.BeanImpl |
|---|
toString, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.hyper9.vangaea.types.beans.MessageBean |
|---|
getMessage, setMessage |
| Methods inherited from interface com.hyper9.common.beans.Bean |
|---|
toString, toString, toString, toString |
| Constructor Detail |
|---|
public ErrorMessageBeanImpl()
public ErrorMessageBeanImpl(java.lang.String message)
message - The error message.public ErrorMessageBeanImpl(java.lang.Throwable e)
e - The error to wrap.
public ErrorMessageBeanImpl(java.lang.String message,
java.lang.Throwable e)
message - The error message.e - The error to wrap.| Method Detail |
|---|
public java.lang.String getStackTrace()
ErrorMessageBean
getStackTrace in interface ErrorMessageBeanpublic void setStackTrace(java.lang.String toSet)
ErrorMessageBean
setStackTrace in interface ErrorMessageBeantoSet - The stack trace.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||