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