Package org.mule.test.marvel.drstrange
Class CustomErrorException
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.test.marvel.drstrange.CustomErrorException
- All Implemented Interfaces:
Serializable
public class CustomErrorException
extends org.mule.runtime.extension.api.exception.ModuleException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomErrorException(Throwable t, org.mule.runtime.extension.api.error.ErrorTypeDefinition<DrStrangeErrorTypeDefinition> errorTypeDefinition) -
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
-
Constructor Details
-
CustomErrorException
public CustomErrorException(Throwable t, org.mule.runtime.extension.api.error.ErrorTypeDefinition<DrStrangeErrorTypeDefinition> errorTypeDefinition)
-