Class NoRectangleDefinedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nomagic.magicdraw.uml.symbols.NoRectangleDefinedException
All Implemented Interfaces:
Serializable

@OpenApi public class NoRectangleDefinedException extends RuntimeException
Exception thrown when trying to set/get bounds of unbounded element.
See Also:
  • Constructor Details

    • NoRectangleDefinedException

      public NoRectangleDefinedException(String expl)
      Constructs exception with an explanation string.
      Parameters:
      expl - explanation string.
    • NoRectangleDefinedException

      public NoRectangleDefinedException()
      Constructs exception with no explanation.