de.uni_paderborn.fujaba.messages
Class CompilerWarning

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

public class CompilerWarning
extends Warning
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
CompilerWarning(java.lang.String className, int lineNr)
          Constructor for class CompilerWarning
 
Method Summary
 java.lang.String getClassName()
          Get the className attribute of the CompilerWarning object
 int getLineNumber()
          Get the lineNumber attribute of the CompilerWarning object
 java.util.Iterator iteratorOfActions()
          Query actions than can be performed on this message.
 
Methods inherited from class de.uni_paderborn.fujaba.messages.Warning
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

CompilerWarning

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

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

getClassName

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

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

getLineNumber

public int getLineNumber()
Get the lineNumber attribute of the CompilerWarning 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.