Class NoRectangleDefinedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nomagic.magicdraw.uml.symbols.NoRectangleDefinedException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApi public class NoRectangleDefinedException extends java.lang.RuntimeException
Exception thrown when trying to set/get bounds of unbounded element.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoRectangleDefinedException()
Constructs exception with no explanation.NoRectangleDefinedException(java.lang.String expl)
Constructs exception with an explanation string.
-
-
-
Constructor Detail
-
NoRectangleDefinedException
public NoRectangleDefinedException(java.lang.String expl)
Constructs exception with an explanation string.- Parameters:
expl
- explanation string.
-
NoRectangleDefinedException
public NoRectangleDefinedException()
Constructs exception with no explanation.
-
-