Class IllegalModelDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.extension.api.exception.IllegalModelDefinitionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalConfigurationModelDefinitionException,IllegalConnectionProviderModelDefinitionException,IllegalOperationModelDefinitionException,IllegalParameterModelDefinitionException,IllegalSourceModelDefinitionException
A
RuntimeException thrown when the Extensions API (or a component of any of its implementations) has been used to
define an invalid model.- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalModelDefinitionException(String message) Creates a new instanceIllegalModelDefinitionException(String message, Throwable cause) Creates a new instanceCreates a new instance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalModelDefinitionException
Creates a new instance- Parameters:
message- the detail message
-
IllegalModelDefinitionException
Creates a new instance- Parameters:
message- the detail messagecause- the cause
-
IllegalModelDefinitionException
Creates a new instance- Parameters:
cause- the cause
-