Class JavaModuleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.api.exception.MuleRuntimeException
org.mule.runtime.extension.api.exception.ModuleException
org.mule.extensions.java.api.exception.JavaModuleException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArgumentMismatchModuleException,ClassNotFoundModuleException,InvocationModuleException,NonInstantiableTypeModuleException,NoSuchConstructorModuleException,NoSuchMethodModuleException,WrongTypeModuleException
public abstract class JavaModuleException
extends org.mule.runtime.extension.api.exception.ModuleException
Base
ModuleException for all the Exceptions thrown by the JavaModule namespace- Since:
- 1.0
- See Also:
-
Method Summary
Methods inherited from class org.mule.runtime.extension.api.exception.ModuleException
getType, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace