Class NoRectangleDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nomagic.magicdraw.uml.symbols.NoRectangleDefinedException
- All Implemented Interfaces:
Serializable
Exception thrown when trying to set/get bounds of unbounded element.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs exception with no explanation.Constructs exception with an explanation string. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoRectangleDefinedException
Constructs exception with an explanation string.- Parameters:
expl
- explanation string.
-
NoRectangleDefinedException
public NoRectangleDefinedException()Constructs exception with no explanation.
-