Book a Demo

Author Topic: ExceptionHandler not taking elements  (Read 3411 times)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
ExceptionHandler not taking elements
« on: August 14, 2013, 09:25:49 pm »
If you have an ExceptionHandler to describe an Activity then the handler will accept Actions inside like Activities. But it will refuse Start/Final/Decision (unlike Activity which accepts them inside). Trying to move one of he above into an ExceptionHandler results in a message
Quote
The requested move is unsupported

If haven't checked whether UML has some (strange) restriction here, but to me it does not seem to be logical.

Any ideas?

q.
« Last Edit: August 14, 2013, 09:26:02 pm by qwerty »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: ExceptionHandler not taking elements
« Reply #1 on: August 15, 2013, 08:47:03 am »
From what I can see you reported this to us and had it confirmed some time ago.

Technically speaking an ExceptionHandler does not own anything and references a handlerBody, which could be an Action, LoopNode of ConditionalNode.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: ExceptionHandler not taking elements
« Reply #2 on: August 15, 2013, 09:07:05 am »
I searched my mail but could not find "exceptionhandler" anywhere.

So, if an ExcepotionHandler does not own anything, why is it able to contain Actions?

q.