de.uni_paderborn.fujaba.messages
Class CompilerErrorMessage

java.lang.Object
  extended byde.uni_paderborn.fujaba.messages.Message
      extended byde.uni_paderborn.fujaba.messages.MessageWithThrowable
          extended byde.uni_paderborn.fujaba.messages.ErrorMessage
              extended byde.uni_paderborn.fujaba.messages.CompilerErrorMessage
All Implemented Interfaces:
CompilerMessage

public class CompilerErrorMessage
extends ErrorMessage
implements CompilerMessage

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.1 $ $Date: 2005/02/18 15:40:13 $
Author:
$Author: cschneid $

Constructor Summary
CompilerErrorMessage(java.lang.String className, int lineNr)
          Constructor for class CompilerErrorMessage
 
Method Summary
 java.lang.String getClassName()
          Get the className attribute of the CompilerErrorMessage object
 int getLineNumber()
          Get the lineNumber attribute of the CompilerErrorMessage object
 java.util.Iterator iteratorOfActions()
          Query actions than can be performed on this message.
 
Methods inherited from class de.uni_paderborn.fujaba.messages.ErrorMessage
getIconURL
 
Methods inherited from class de.uni_paderborn.fujaba.messages.MessageWithThrowable
getThrowable, setThrowable
 
Methods inherited from class de.uni_paderborn.fujaba.messages.Message
addToContext, addToCustomActions, getDefaultAction, getIcon, getMessageCategory, getMessageView, getPath, getText, getTime, hasInContext, 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

CompilerErrorMessage

public CompilerErrorMessage(java.lang.String className,
                            int lineNr)
Constructor for class CompilerErrorMessage

Parameters:
className - No description provided
lineNr - No description provided
Method Detail

getClassName

public java.lang.String getClassName()
Get the className attribute of the CompilerErrorMessage object

Specified by:
getClassName in interface CompilerMessage
Returns:
The className value

getLineNumber

public int getLineNumber()
Get the lineNumber attribute of the CompilerErrorMessage object

Specified by:
getLineNumber in interface CompilerMessage
Returns:
The lineNumber value

iteratorOfActions

public java.util.Iterator iteratorOfActions()
Query actions than can be performed on this message.

Overrides:
iteratorOfActions in class Message
Returns:
iterator through actions than can be performed on this message.