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