org.apache.commons.jxpath
Class JXPathTypeConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.jxpath.JXPathException
                  extended by org.apache.commons.jxpath.JXPathTypeConversionException
All Implemented Interfaces:
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

Constructor Summary
JXPathTypeConversionException(String message)
          Create a new JXPathTypeConversionException.
JXPathTypeConversionException(String message, Exception ex)
          Create a new JXPathTypeConversionException.
 
Method Summary
 
Methods inherited from class org.apache.commons.jxpath.JXPathException
getCause, getException, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, 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(String message)
Create a new JXPathTypeConversionException.

Parameters:
message - exception text

JXPathTypeConversionException

public JXPathTypeConversionException(String message,
                                     Exception ex)
Create a new JXPathTypeConversionException.

Parameters:
message - exception text
ex - underlying cause


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.