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