public class ModelGenerationException extends Exception
| Constructor and Description |
|---|
ModelGenerationException(String message)
Creates a new
ModelGenerationException. |
ModelGenerationException(String message,
Exception cause)
Creates a new
ModelGenerationException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelGenerationException(String message)
ModelGenerationException.message - The error message of the exception.public ModelGenerationException(String message, Exception cause)
ModelGenerationException.message - The error message of the exception.cause - The cause of the exception.Copyright © 2014–2018 University of Namur. All rights reserved.