Class JXPathTypeConversionException

All Implemented Interfaces:
Serializable

public class JXPathTypeConversionException extends JXPathException
Thrown when JXPath cannot convert supplied value to the required type.
See Also:
  • Field Details

  • Constructor Details

    • JXPathTypeConversionException

      public JXPathTypeConversionException(String message)
      Constructs a new JXPathTypeConversionException.
      Parameters:
      message - exception text
    • JXPathTypeConversionException

      public JXPathTypeConversionException(String message, Exception ex)
      Constructs a new JXPathTypeConversionException.
      Parameters:
      message - exception text
      ex - underlying cause