org.jaxen

Class UnsupportedAxisException

public class UnsupportedAxisException extends JaxenException

Indicates attempt to evaluate an XPath axis that is unsupported by the current object-model. If this is thrown the XPath expressions cannot be evaluated correctly, unless there is a fallback evaluation path. Hence you should not just catch this and ignore it, nor should navigators throw it to indicate that an axis is exhausted: instead return an empty iterator.

Author: bob mcwhirter

Field Summary
static longserialVersionUID
Constructor Summary
UnsupportedAxisException(String message)
Create a new UnsupportedAxisException.

Field Detail

serialVersionUID

private static final long serialVersionUID

Constructor Detail

UnsupportedAxisException

public UnsupportedAxisException(String message)
Create a new UnsupportedAxisException.

Parameters: message the error message