Hello,
what I want to do, is to get rule's body(rule's code written in DRL). For example: I have a ConsequenceException, and I can get rule's name, and package this way:
.
.
.
catch (ConsequenceException e) {
        e.getRule().getName();
        e.getRule().getPackageName();
}

But for me it is not enough. I want to see rule's code. haw can I get it?

Thanks,
tom.