Class UnexpectedModelStructureException

    • Constructor Detail

      • UnexpectedModelStructureException

        public UnexpectedModelStructureException​(String message)
        Use this constructor to indicate a problem which is described in the specified message.
        Parameters:
        message - the problem description
      • UnexpectedModelStructureException

        public UnexpectedModelStructureException​(EClass expected,
                                                 EClass found)
        Use this constructor to indicate that a certain class is expected, but another class was found.
        Parameters:
        expected - the expected class
        found - the class that was actually found