com.ibm.xcap
Class InvalidNodeSelectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.xcap.XcapException
              extended by com.ibm.xcap.InvalidNodeSelectorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidNodeSelectorException
extends XcapException

Indicates that the NodeSelector is invalid after parsing a document. Typically because of multiple element matches with the NodeSelector.

See Also:
Serialized Form

Constructor Summary
InvalidNodeSelectorException()
          Default constructor
InvalidNodeSelectorException(java.lang.String message)
          Constructor
 
Method Summary
 
Methods inherited from class com.ibm.xcap.XcapException
createLocalizedMessage, createLocalizedXCAPException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InvalidNodeSelectorException

public InvalidNodeSelectorException()
Default constructor


InvalidNodeSelectorException

public InvalidNodeSelectorException(java.lang.String message)
Constructor

Parameters:
message - The message detailing the error