userInterface.interfaceUtility
Class Error

java.lang.Object
  extended by userInterface.interfaceUtility.Format
      extended by userInterface.interfaceUtility.Error

public class Error
extends Format

Generate an error message to be output

Author:
03chowch

Constructor Summary
Error()
           
 
Method Summary
static java.lang.StringBuffer genError(java.lang.String error)
          Output the error message if error message is given.
 
Methods inherited from class userInterface.interfaceUtility.Format
alignCloseTag, alignOpenTag, alignTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Error

public Error()
Method Detail

genError

public static java.lang.StringBuffer genError(java.lang.String error)
Output the error message if error message is given.

Parameters:
error - - the error message to be displayed
Returns: