--- nfo/projects/netfraggle/bin/fraggleError.py 2004/08/25 21:51:09 1.1 +++ nfo/projects/netfraggle/bin/fraggleError.py 2004/08/26 23:10:12 1.2 @@ -9,6 +9,8 @@ def __init__(self,parent): pass - def errorFileNotFound(self): - print("The file could not be opened") - \ No newline at end of file + def errorFileNotFound(self, fileName): + print("Error: The file "+fileName+" could not be opened!") + + def errorXMLStreamNotValid(self): + print("Error: The XML was not valid!") \ No newline at end of file