Package org.jaxen

Class JaxenRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      JaxenRuntimeException​(java.lang.String message)
      Create a new JaxenRuntimeException.
      JaxenRuntimeException​(java.lang.Throwable cause)
      Create a new JaxenRuntimeException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JaxenRuntimeException

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

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