Uranium
Application Framework
|
An exception to throw if the formatting of a file is wrong. More...
Inherits Exception.
Public Member Functions | |
__init__ (self, message, file="") | |
Creates the exception instance. | |
__str__ (self) | |
Gives a human-readable representation of this exception. | |
Protected Attributes | |
_message | |
_file | |
An exception to throw if the formatting of a file is wrong.
UM.VersionUpgrade.FormatException.__init__ | ( | self, | |
message, | |||
file = "" |
|||
) |
Creates the exception instance.
message | A message indicating what went wrong. |
file | The file it went wrong in. |
UM.VersionUpgrade.FormatException.__str__ | ( | self | ) |
Gives a human-readable representation of this exception.