Class JexlException.TryFailed

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JexlException

    public static class JexlException.TryFailed
    extends JexlException
    Thrown when method/ctor invocation fails.

    These wrap InvocationTargetException as runtime exception allowing to go through without signature modifications.

    Since:
    3.2
    See Also:
    Serialized Form
    • Constructor Detail

      • TryFailed

        TryFailed​(java.lang.reflect.InvocationTargetException xany)
        Creates a new instance.
        Parameters:
        xany - the original invocation target exception