Class IllegalParameterModelDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.extension.api.exception.IllegalModelDefinitionException
org.mule.runtime.extension.api.exception.IllegalParameterModelDefinitionException
- All Implemented Interfaces:
Serializable
A specialization of
IllegalModelDefinitionException which marks that a ParameterModel is invalid- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instanceIllegalParameterModelDefinitionException(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
-
IllegalParameterModelDefinitionException
Creates a new instance- Parameters:
message- the detail message
-
IllegalParameterModelDefinitionException
Creates a new instance- Parameters:
message- the detail messagecause- the cause
-
IllegalParameterModelDefinitionException
Creates a new instance- Parameters:
cause- the cause
-