Class ExceptionHandlingRequest


  • public final class ExceptionHandlingRequest
    extends java.lang.Object
    Describes the situation that at some point in the expression tree an exception occured which probably should be handled. It contains the information about
    • the root node of the tree
    • the node, where the exception occures
    • the eception itself
    • and the context, which should be modified as soon as the exception will be handled

    This class is immutable