Class RecursivePathVariableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.pathvariables.RecursivePathVariableException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApiAll public class RecursivePathVariableException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.String>
pathTrace
-
Constructor Summary
Constructors Constructor Description RecursivePathVariableException(java.util.List<java.lang.String> trace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getPathTrace()
-