|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.xcap.XcapException
com.ibm.xcap.InvalidNodeSelectorException
public class InvalidNodeSelectorException
Indicates that the NodeSelector is invalid after parsing a document. Typically because of multiple element matches with the NodeSelector.
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 |
---|
public InvalidNodeSelectorException()
public InvalidNodeSelectorException(java.lang.String message)
message
- The message detailing the error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |