public class IllegalModelDefinitionException extends RuntimeException
RuntimeException thrown when the Extensions API
(or a component of any of its implementations)
has been used to define an invalid model.| Constructor and Description |
|---|
IllegalModelDefinitionException(String message)
Creates a new instance
|
IllegalModelDefinitionException(String message,
Throwable cause)
Creates a new instance
|
IllegalModelDefinitionException(Throwable cause)
Creates a new instance
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalModelDefinitionException(String message)
message - the detail messagepublic IllegalModelDefinitionException(String message, Throwable cause)
message - the detail messagecause - the causepublic IllegalModelDefinitionException(Throwable cause)
cause - the causeCopyright © 2017 MuleSoft, Inc.. All rights reserved.