#PLEASE DO NOT EDIT THIS CODE
#This code was generated using the UMPLE 1.33.0.6934.a386b0a58 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.33.0.6934.a386b0a58 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