net.sf.saxon.instruct

Class SkipInstructionException

public class SkipInstructionException extends XPathException

This exception is thrown by code when execution of an instruction has failed, and the recovery action is to continue with the next instruction.
Constructor Summary
SkipInstructionException(String message)
Construct a SkipInstructionException

Constructor Detail

SkipInstructionException

public SkipInstructionException(String message)
Construct a SkipInstructionException

Parameters: message the message text