de.uni_paderborn.fujaba.messages
Class MessageWithThrowable

java.lang.Object
  extended byde.uni_paderborn.fujaba.messages.Message
      extended byde.uni_paderborn.fujaba.messages.MessageWithThrowable
Direct Known Subclasses:
ErrorMessage, Warning

public class MessageWithThrowable
extends Message

Version:
$Revision: 1.1.2.1 $ $Date: 2005/12/20 13:16:52 $
Author:
$Author: cschneid $

Constructor Summary
MessageWithThrowable()
          Constructor for class MessageWithThrowable
MessageWithThrowable(java.lang.String text)
          Constructor for class MessageWithThrowable
 
Method Summary
 java.lang.Throwable getThrowable()
           
 void setThrowable(java.lang.Throwable throwable)
           
 
Methods inherited from class de.uni_paderborn.fujaba.messages.Message
addToContext, addToCustomActions, getDefaultAction, getIcon, getIconURL, getMessageCategory, getMessageView, getPath, getText, getTime, hasInContext, iteratorOfActions, iteratorOfContext, iteratorOfCustomActions, removeAllFromContext, removeFromContext, removeYou, setMessageCategory, setText, showContext, sizeOfContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageWithThrowable

public MessageWithThrowable()
Constructor for class MessageWithThrowable


MessageWithThrowable

public MessageWithThrowable(java.lang.String text)
Constructor for class MessageWithThrowable

Parameters:
text - No description provided
Method Detail

getThrowable

public java.lang.Throwable getThrowable()
Returns:
the thrown exception that resulted in this error null if n/A

setThrowable

public void setThrowable(java.lang.Throwable throwable)
Parameters:
throwable - The thrown exception that resulted in this error