public class InvalidPathException
extends java.lang.RuntimeException
The UMLPath is considered as invalid if it references a namespace that does not exist.
| Constructor and Description |
|---|
InvalidPathException()
Constructs an InvalidPathException with no detail message
|
InvalidPathException(java.lang.String message)
Constructs an InvalidPathException with the specified detail message.
|
public InvalidPathException()
public InvalidPathException(java.lang.String message)
message - the detail message.