Class JXPathTypeConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JXPathTypeConversionException
    extends JXPathException
    Thrown when JXPath cannot convert supplied value to the required type.
    Version:
    $Revision: 658784 $ $Date: 2008-05-21 12:44:55 -0500 (Wed, 21 May 2008) $
    Author:
    Dmitri Plotnikov
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, 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

      • JXPathTypeConversionException

        public JXPathTypeConversionException​(java.lang.String message)
        Create a new JXPathTypeConversionException.
        Parameters:
        message - exception text
      • JXPathTypeConversionException

        public JXPathTypeConversionException​(java.lang.String message,
                                             java.lang.Exception ex)
        Create a new JXPathTypeConversionException.
        Parameters:
        message - exception text
        ex - underlying cause