#PLEASE DO NOT EDIT THIS CODE
#This code was generated using the UMPLE 1.35.0.7523.c616a4dce 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.35.0.7523.c616a4dce 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