public class NamespaceComponentsException extends RuntimeException
| Constructor and Description |
|---|
NamespaceComponentsException(String message)
Constructs an instance of NamespaceComponentsException.
|
NamespaceComponentsException(String message,
Throwable parent)
Constructs an instance of NamespaceComponentsException.
|
NamespaceComponentsException(Throwable parent)
Constructs an instance of NamespaceComponentsException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NamespaceComponentsException(Throwable parent)
parent - the parent throwablepublic NamespaceComponentsException(String message)
message - the exception messagepublic NamespaceComponentsException(String message, Throwable parent)
message - the exception messageparent - the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.