Uranium
Application Framework
|
An exception to throw if the formatting of a file is wrong. More...
Inherits Exception.
Public Member Functions | |
def | __init__ |
Creates the exception instance. More... | |
def | __str__ |
Gives a human-readable representation of this exception. More... | |
An exception to throw if the formatting of a file is wrong.
def 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. |
def UM.VersionUpgrade.FormatException.__str__ | ( | self | ) |
Gives a human-readable representation of this exception.