Package org.jaxen

Class JaxenRuntimeException

All Implemented Interfaces:
Serializable

public class JaxenRuntimeException extends RuntimeException
This class exists to wrap Jaxen exceptions that otherwise wouldn't be propagated up through the axis iterators.
See Also:
  • Constructor Details

    • JaxenRuntimeException

      public JaxenRuntimeException(Throwable cause)
      Create a new JaxenRuntimeException.
      Parameters:
      cause - the nested exception that's wrapped inside this exception
    • JaxenRuntimeException

      public JaxenRuntimeException(String message)
      Create a new JaxenRuntimeException.
      Parameters:
      message - the detail message