com.hyper9.vangaea.types.beans
Interface ErrorMessageBean

All Superinterfaces:
com.hyper9.common.beans.Bean, MessageBean, java.io.Serializable
All Known Implementing Classes:
ErrorMessageBeanImpl

public interface ErrorMessageBean
extends MessageBean

A bean that describes an error.

Author:
akutz

Method Summary
 java.lang.String getStackTrace()
          Gets the stack trace.
 void setStackTrace(java.lang.String toSet)
          Sets the stack trace.
 
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
 

Method Detail

getStackTrace

java.lang.String getStackTrace()
Gets the stack trace.

Returns:
The stack trace.

setStackTrace

void setStackTrace(java.lang.String toSet)
Sets the stack trace.

Parameters:
toSet - The stack trace.


Copyright © 2009 Hyper9. All Rights Reserved.