#PLEASE DO NOT EDIT THIS CODE
#This code was generated using the UMPLE 1.36.0.8167.348d94dc1 modeling language!
# line 9 "../ExternalClassTest.ump"
from Exception import Exception
class MyException(Exception):
#------------------------
# MEMBER VARIABLES
#------------------------
#------------------------
# CONSTRUCTOR
#------------------------
def __init__(self, aMessage, aParent):
super().__init__(aMessage, aParent)
#------------------------
# INTERFACE
#------------------------
def delete(self):
pass
#PLEASE DO NOT EDIT THIS CODE
#This code was generated using the UMPLE 1.36.0.8167.348d94dc1 modeling language!
# line 9 "../ExternalClassTest.ump"
from Exception import Exception
class MyException(Exception):
#------------------------
# MEMBER VARIABLES
#------------------------
#------------------------
# CONSTRUCTOR
#------------------------
def __init__(self, aMessage, aParent):
super().__init__(aMessage, aParent)
#------------------------
# INTERFACE
#------------------------
def delete(self):
pass