public class InvalidPathException extends 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(String message)
Constructs an InvalidPathException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidPathException()
public InvalidPathException(String message)
message
- the detail message.