How can I know what methods/properties are available on top level MEL exception variable in Mule -
i have used #[exception.causeexception]
in <catch-exception-strategy>
far (mule 3.3.0). other properties/methods available on exception
? there documentation/api know that.
i want know other top level variables available in mel referenced here
the exception
variable bound throwable
that's set on mulemessage
's exception payload. field of particular sub-class of throwable
you're dealing available.
in case, causeexception
comes getcauseexception()
on mule's messagingexception.
for 4 top level variables (server
, mule
, app
, message
) fields shown in columns below names in page linked.
Comments
Post a Comment