Exception class thrown when an invalid number of XPath arguments is encountered. More...
#include <XPathExpression.hpp>
Inherits XPathExpression::XPathExpressionException.
Public Member Functions | |
InvalidArgumentCountException (OpCodeMapValueType theOpCode, OpCodeMapValueType theExpectedCount, OpCodeMapValueType theSuppliedCount, XalanDOMString &theBuffer) | |
Construct an InvalidArgumentCountException object. More... | |
virtual | ~ InvalidArgumentCountException () |
![]() | |
XPathExpressionException (const XalanDOMString &theMessage, MemoryManager &theManager) | |
Construct an XPathExpressionException object. More... | |
virtual | ~ XPathExpressionException () |
![]() | |
XalanXPathException (const XalanDOMString &theMessage, MemoryManager &theManager) | |
Construct an XPath exeption object. More... | |
XalanXPathException (const XalanDOMString &theMessage, MemoryManager &theManager, const Locator *theLocator) | |
Construct an XPath exeption object. More... | |
XalanXPathException (const XalanXPathException &other) | |
virtual | ~XalanXPathException () |
virtual const XalanDOMChar * | getType () const |
Retrieve type of exception. More... | |
![]() | |
XSLException (const XalanDOMString &theMessage, MemoryManager &theManager, const Locator *theLocator) | |
Constructor. More... | |
XSLException (const XalanDOMString &theMessage, MemoryManager &theManager) | |
Constructor. More... | |
XSLException (const XSLException &other) | |
virtual | ~XSLException () |
const XalanDOMString & | getMessage () const |
Retrieve message for exception. More... | |
const XalanDOMString & | getURI () const |
Get the URI for the associated document, if any. More... | |
XalanFileLoc | getLineNumber () const |
Retrieve the line number. More... | |
XalanFileLoc | getColumnNumber () const |
Retrieve the column number. More... | |
const MemoryManager & | getMemoryManager () const |
MemoryManager & | getMemoryManager () |
XalanDOMString & | defaultFormat (XalanDOMString &theBuffer) const |
Additional Inherited Members | |
![]() | |
static XalanDOMString & | defaultFormat (const XalanDOMString &theMessage, const XalanDOMString &theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer) |
static XalanDOMString & | defaultFormat (const XalanDOMChar *theMessage, const XalanDOMChar *theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer) |
static XalanDOMString & | defaultFormat (const XalanDOMChar *theMessage, const XalanDOMString::size_type theMessageLength, const XalanDOMChar *theURI, const XalanDOMString::size_type theURILength, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, const XalanDOMString::size_type theTypeLength, XalanDOMString &theBuffer) |
![]() | |
MemoryManager & | m_memoryManager |
Exception class thrown when an invalid number of XPath arguments is encountered.
Definition at line 649 of file XPathExpression.hpp.
XPathExpression::InvalidArgumentCountException::InvalidArgumentCountException | ( | OpCodeMapValueType | theOpCode, |
OpCodeMapValueType | theExpectedCount, | ||
OpCodeMapValueType | theSuppliedCount, | ||
XalanDOMString & | theBuffer | ||
) |
Construct an InvalidArgumentCountException object.
theOpCode | operation code that caused the exception |
theExpectedCount | the correct number of arguments for "opcode" |
theSuppliedCount | the number of arguments supplied |
virtual XPathExpression::InvalidArgumentCountException::~ InvalidArgumentCountException | ( | ) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|