Class JexlException.TryFailed

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • TryFailed

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