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